Skip to content

Conversation

danFbach
Copy link
Contributor

optimizes delete guests async by breaking queries into batches.
significantly reduces chances of long running task that locks the database and blocks store main thread waiting on db.
reduces chances of failed task which results in remnant tmp_ tables.
runs faster overall since queries are entirely smaller.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants