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

Make zapping MySQL much faster #252

Merged
merged 2 commits into from Jun 20, 2019
Merged

Make zapping MySQL much faster #252

merged 2 commits into from Jun 20, 2019

Conversation

jamadden
Copy link
Member

By dropping the tables instead of deleting from them. This isn't fully transactional, but that shouldn't matter here.

Using DROP TABLE statements instead of DELETE. This isn't fully transactional prior to MySQL 8.0, but that shouldn't matter.

Fixes #242
@jamadden jamadden merged commit ad3adef into master Jun 20, 2019
@jamadden jamadden deleted the issue242 branch June 20, 2019 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant