-
-
Notifications
You must be signed in to change notification settings - Fork 813
Open
Labels
Milestone
Description
There's one catch with batched inserts: if your CLI tool fails half way through you could end up with a partially populated table - since a bunch of batches will have succeeded first.
...
If people care about that kind of thing they could always push all of their inserts to a table called
_tablenameand then atomically rename that once they've uploaded all of the data (assuming I provide an atomic-rename-this-table mechanism).
Originally posted by @simonw in #1866 (comment)
Reactions are currently unavailable