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

Improving efficiency with bulk inserts #139

Open
amotl opened this issue Apr 1, 2023 · 0 comments
Open

Improving efficiency with bulk inserts #139

amotl opened this issue Apr 1, 2023 · 0 comments

Comments

@amotl
Copy link
Member

amotl commented Apr 1, 2023

Hi again,

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_args 2 yet.

With kind regards,
Andreas.

/cc @hlcianfagna, @hammerhead

Footnotes

  1. sudo ngrep -d lo0 -Wbyline port 4200

  2. CrateDB HTTP bulk operations interface

@amotl amotl changed the title Improving efficiency for bulk inserts Improving efficiency with bulk inserts Apr 1, 2023
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

1 participant