CodeIgniter Forums
How to prevent caching overloading database? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: How to prevent caching overloading database? (/showthread.php?tid=46448)



How to prevent caching overloading database? - El Forum - 11-01-2011

[eluser]qpixo[/eluser]
Does anyone know how to prevent caching overloading database?

Actually I'm building an example of input livesearch form Jquery/Ajax with a basic request post. When there lots of users send requests, the DB could be overloaded and slow it down. I would like to optimize it, can't find any usefull examples regarding it...

Any examples to implement it it's very helpful.