![]() |
Binary search & sorting algorithms?
Fairly quick question here. Been focusing on sort and search algorithms and I was wondering if MySQL databases use binary search to locate data and or a specific sorting algorithm?
Thanks for any insight! |
Use EXPLAIN to find out which of the many different ways that SQL can use to find the desired data is being used in a particular situation.
|
Quote:
|
| All times are GMT +1. The time now is 07:56 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.