-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Large number of records in throttle table #524
Comments
Hey @byjujohn I think that adding such configuration makes sense. @suwardany Can you leave your input here? |
Thank you @brunogaspar. So as an interim measure, am I okay to delete records which are created before the For example: Here the
What you think? Many thanks |
Also Thanks |
Hello, We could implement some means of sweeping these tables too, yea. Needs some more thought, and would possibly be disabled by default, but i think the idea is good. For persistences, this would likely mean that even people who choose to remember themselves would be logged out after the interval is over, so things like In the mean time, you should be able to delete the throttle records according to type and interval as you suggested without running into issues. |
Thanks a lot for the feedback @suwardany 👍 For I managed to truncate the Thanks a lot for your assistance. |
I have a command in the admin panel to TRUNCATE directly the throttle table 😆 |
Hi,
I have noticed a large number of records in the
throttle
table. All the records from the beginning of the project is still in this table. Is it the expected behaviour? I have noticed andexpires
config values for bothactivations
andreminders
. Should we not have some sort ofsweep
mechanism for thethrottle
table too?There are more than 6 million records in this table. This is causing issues as it takes a long time to process the queries as you can imagine. Is there anything I can do to remove some of the old records safely from the table directly as a quick fix?
Thank you for your help.
The text was updated successfully, but these errors were encountered: