cancel
Showing results for 
Search instead for 
Did you mean: 

Table Core_Cache increasing rapidly

Re: Table Core_Cache increasing rapidly

I have the same issue.

 

Core_cache table don't stop increasing 

After refresh cache (backend) It returns to 0 entries but for 1-2 seconds.

Each second it creates at leats 1 record.

 

Re: Table Core_Cache increasing rapidly

That's totally normal. If you choose filesystem as cache storage, you'll also notice rapid increasing of the number of files, and that's the same behavior you see in the database.

 

It's better if you use filesystem as cache storage, in order to decrease load on database.

I've found one comparison chart, you can check how it looks, and how to configure various type of cache storages:

http://magebase.com/magento-tutorials/magento-session-storage-which-to-choose-and-why/

 

It's better if you can use Redis / Memcached for cache storage.

If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this issue