very huge cache in 2 days ! (2 Gigas!!)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Blackhorse
    Senior Member
    • Jul 2018
    • 298
    • 5.3.x

    very huge cache in 2 days ! (2 Gigas!!)

    Hello,

    Is there something wrong in my configuration, as i've noticed two gigas increase in just 36-48 hours!!

    I found out it is cache table


    PHP Code:
    mysqlDELETE FROM cache;
    Query OK482358 rows affected (44.80 sec)

    mysql>        DELETE FROM cacheevent;
    Query OK815983 rows affected (39.69 sec

    How can I control this, is it normal?

    Thanx
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74149

    #2
    It is normal for the cache tables to grow. They are used heavily by the system. If you're database user had permissions to delete from rows and you're using the INNODB table engine, this shouldn't cause a problem.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • Blackhorse
      Senior Member
      • Jul 2018
      • 298
      • 5.3.x

      #3
      Thank you Wayne,

      but this was not the case before. It is totally a new behaviour.

      Comment

      • Wayne Luke
        vBulletin Technical Support Lead
        • Aug 2000
        • 74149

        #4
        vBulletin 5 is totally new software. it doesn't operate the same way that previous versions did. The code is different. The database structure is different. How the code interacts with the database is different. Caching mechanisms are different.
        Translations provided by Google.

        Wayne Luke
        The Rabid Badger - a vBulletin Cloud demonstration site.
        vBulletin 5 API

        Comment

        Related Topics

        Collapse

        Working...