Re: [PHP-DB] MySQL vs. Session array

2010-04-07 Thread Peter Lind
On 8 April 2010 00:13, 3dgtech wrote: > Quick question. I have an AJAX component that fires a "like" query for each > "key up" event (since it's a like % query there is no indexing or caching > possible). While everything works fine, I was contemplaining downloading the > ~1500 rows into a session

[PHP-DB] MySQL vs. Session array

2010-04-07 Thread 3dgtech
Quick question. I have an AJAX component that fires a "like" query for each "key up" event (since it's a like % query there is no indexing or caching possible). While everything works fine, I was contemplaining downloading the ~1500 rows into a session var as array, offloading the (seperate