mysql - how to know the sql join size taken by the query? -


knowing join size or combinationns taken query can me optimize query

whatever query using add explain @ beginning, example:

explain select * sometable id < 1000 

and estimated number of rows mysql need check.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -