Jump to content

REPLACE INTO `ibf_core_store`

Featured Replies

Posted

Whenever I seem to make a change like adding a plugin or tweaking the theme's HTML/CSS, the MySQL database gets flooded with queries of this type:

 

 /*IPS\Data\Store\_Database::set:90*/ REPLACE INTO `ibf_core_store` ( `store_key`, `store_value` ) VALUES ( ?, ? )       

 

What exactly is going on, and what can I do to make this faster? It feels like it's a recent problem since we shifted server as well as upgraded to the latest version.

  • 1 month later...
  • Author

Bumping this, as I keep running into this problem.

  • 11 months later...

I have the same issue, it seems I have hundreds of such request per second

1 hour ago, Sergey_SV said:

I have the same issue, it seems I have hundreds of such request per second

Submit a ticket

Found a reason, in my case. Memcached was selected as caching method, but memcached itself was stopped somehow.

After restart of Mecached the problem dissapeared.

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.