Hi ! How can we improve the speed of searching where we are using MySQL database with PHP 5.? Can somebody explain with example a small search code in PHP-MySQL ?
Thanks in advance.
|
Skilled contributor
|
![]() |
| 3Sep2008,21:26 | #1 |
|
Hi ! How can we improve the speed of searching where we are using MySQL database with PHP 5.? Can somebody explain with example a small search code in PHP-MySQL ?
Thanks in advance. |
|
Go4Expert Member
|
|
| 17Oct2008,10:43 | #2 |
|
Query speed is directly related to table design and indexes, if you want fast text searching try the 3rd party MySQL engine Sphinx.
|