Community

3 ways MySQL uses indexes

(Peter Zaitsev) I often see people confuse different ways MySQL can use indexing, getting wrong ideas on what query performance they should expect. There are 3 main ways how MySQL can use the indexes for query execution, which are not mutually exclusive, in fact some queries will use indexes for all

Read More - Register for Free Membership