Skip to content

#7847 optimize delete guests async#7869

Open
danFbach wants to merge 2 commits intonopSolutions:developfrom
danFbach:delete-guests-optimization
Open

#7847 optimize delete guests async#7869
danFbach wants to merge 2 commits intonopSolutions:developfrom
danFbach:delete-guests-optimization

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