Will MySql caching cause performance problems?

Posted by Camran on Stack Overflow See other posts from Stack Overflow or by Camran
Published on 2010-05-09T17:57:48Z Indexed on 2010/05/09 19:48 UTC
Read the original article Hit count: 192

Filed under:
|
|
|
|

I am about to upload my website onto a VPS.

It is a classifieds website, where all data is stored in MySql and Solr.

I wonder if when using MySql:s cache, the server will slow down?

Ie, if somebody makes a search for the first time, and MySql is to cache the query, will the caching make the server slower than if it would not cache anything?

After the caching is done I know things will improve in terms of performance...

But I would like to know if I should even use the cache or not, what do you think?

Thanks

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql