MySQL vs. Session array

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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) mysql server and utilizing the (underutilized) php server. Any thoughts?
PS: maybe even offload it to a JavaScript function??

Thank you,
Eli

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux