glimpseio / Splice

Issues and support files for the Splice app by Glimpse I/O
https://glimpse.io
0 stars 0 forks source link

Mass Delete Crash #7

Open jcohlmeyer opened 6 years ago

jcohlmeyer commented 6 years ago

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

marcprux commented 6 years ago

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 commented 6 years ago

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.