You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a website where we have to store around 1.200.000 entities daily, those entities can be discarded after 24h.
Those entities are composed of a 3 fields ( text + 2 integer list ).
Currently, i used the message module for those entities but with the increasing amount of entities created each day, the purge cron task is taking more and more processing time.
The purge cron task is set to run every minutes, deleting 2000 row each time, using drush elysia cron task.
How can optimize the purge of those entities or at least make it easier on the proc ?
The text was updated successfully, but these errors were encountered:
Hi,
I have a website where we have to store around 1.200.000 entities daily, those entities can be discarded after 24h.
Those entities are composed of a 3 fields ( text + 2 integer list ).
Currently, i used the message module for those entities but with the increasing amount of entities created each day, the purge cron task is taking more and more processing time.
The purge cron task is set to run every minutes, deleting 2000 row each time, using drush elysia cron task.
How can optimize the purge of those entities or at least make it easier on the proc ?
The text was updated successfully, but these errors were encountered: