I have question about mysql - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: I have question about mysql (
/showthread.php?tid=645749)
I have question about mysql -
mcreed - 03.12.2017
Hello.
I have dude / question, the which is:
All queries of type SELECT, store a cache, although I'm not giving the cache where to store it?
That is, any query I do, and if I do not use cache_delete (), will it be stored until the server is closed?
Sorry for my bad english, I used translate.
Thanks.
Re: I have question about mysql -
Pizzy - 06.12.2017
Yes, always release/free the cache whenever you store any mysql data. Else it will gradually build up until you restart the server.