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
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