You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as a followup to GH-138, users of this library also reported flaws on the aspect of running bulk data imports.
We batch together multiple messages, and then translate them into bulk insert statements. Are there any limits we should bear in mind, for doing bulk inserts?
After analyzing a wire dump of database conversations with CrateDB 1, it looks like this driver is not using bulk_args2 yet.
Hi again,
as a followup to GH-138, users of this library also reported flaws on the aspect of running bulk data imports.
With kind regards,
Andreas.
/cc @hlcianfagna, @hammerhead
Footnotes
sudo ngrep -d lo0 -Wbyline port 4200
↩CrateDB HTTP bulk operations interface ↩
The text was updated successfully, but these errors were encountered: