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

Mass Delete Crash #7

Open
jcohlmeyer opened this issue Jul 6, 2018 · 2 comments
Open

Mass Delete Crash #7

jcohlmeyer opened this issue Jul 6, 2018 · 2 comments

Comments

@jcohlmeyer
Copy link

Splice crashed when I selected ~130,000 rows and attempted to delete them (via right click menu).

@marcprux
Copy link
Member

marcprux commented Jul 6, 2018

Thanks for the report, we'll look into it. Does it crash immediately, or does it freeze for a time before crashing? Also, are you able to delete one or two records without a crash, or does it always crash?

Lastly, if you start a transaction (by disabling auto commit in the transaction button on the toolbar), then delete the many rows, and then commit, does it still crash? The difference being that when deleting with auto commit on, it is probably attempting 130K round-trip requests, whereas when doing it in a transaction, it should perform only a single request.

@jcohlmeyer
Copy link
Author

  1. It crashed immediately.
  2. Deleting a few records works.
  3. I disabled auto commit transaction and it still crashes as soon as I click confirm on the delete prompt.

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

No branches or pull requests

2 participants