Overblog
Editer l'article Suivre ce blog Administration + Créer mon blog
The code in all its forms

Focus : Index on MySQL 5.6

24 Mars 2015 , Rédigé par Ferey Cyril

Indexes are used to find rows with specific column values quickly. Without an index, MySQL must begin with the first row and then read through the entire table to find the relevant rows. The larger the table, the more this costs. If the table has an index for the columns in question, MySQL can quickly determine the position to seek to in the middle of the data file without having to look at all the data. This is much faster than reading every row sequentially.

This presentation will show the value of using indexes, and especially how to implement them properly.

http://fr.slideshare.net/profyclub_ru/my-56-percona

Partager cet article
Repost0
Pour être informé des derniers articles, inscrivez vous :
Commenter cet article