Skip to content
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

Cache flush fails for large numbers of tables #2462

Closed
greenape opened this issue May 4, 2020 · 0 comments · Fixed by #2473
Closed

Cache flush fails for large numbers of tables #2462

greenape opened this issue May 4, 2020 · 0 comments · Fixed by #2473
Labels
bug Something isn't working FlowDB Issues related to FlowDB FlowMachine Issues related to FlowMachine

Comments

@greenape
Copy link
Member

greenape commented May 4, 2020

Because dropping a large number of tables in a single transaction hits Postgres' max_locks_per_transaction limit fairly fast, we need to either change this setting's default, or find an alternative way of flushing the cache.

@greenape greenape added bug Something isn't working FlowMachine Issues related to FlowMachine FlowDB Issues related to FlowDB labels May 4, 2020
@greenape greenape mentioned this issue May 6, 2020
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working FlowDB Issues related to FlowDB FlowMachine Issues related to FlowMachine
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant