Thanks!
PHP Search Results Cache
Moderator: General Moderators
-
matts12290
- Forum Newbie
- Posts: 1
- Joined: Wed Dec 15, 2010 12:30 am
PHP Search Results Cache
Hello - I have a live search that queries the database right now on every keystroke to get results of matches of the text input (like the facebook search but with my database). I was wondering if anyone knew what would be best to prevent so many database calls. Maybe storing everything to an xml file on the server? Running a cron job to write to that xml file? The search script is being called via ajax to show dynamically. If anyone has any tips they would be appreciated 
Thanks!
Thanks!