-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
execute update query in batch to avoid slow bulk action query #3280
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
0_0 Was going to ask about this as some of the clean up features will rely heavily on bulk. |
@jacksonh i think this still might not be the best way to achieve incremental update but that's so far the best way i can do: in the db transaction:
let me know if you got some better idea or alternatives 👍 |
similar idea could be applied to prune user accounts -- incremental delete of library items and then delete user account |
… result set could change during update
1e1bcc3
to
b5d8409
Compare
No description provided.