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

Support for the C++ Appender API #70

Open
willium opened this issue Jan 13, 2021 · 2 comments
Open

Support for the C++ Appender API #70

willium opened this issue Jan 13, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@willium
Copy link

willium commented Jan 13, 2021

It'd be great to be able to bulk imports from JavaScript in-memory data. DuckDB exposes a C++ Appender API for this purpose, and it's much more performant than INSERT statements.

@willium
Copy link
Author

willium commented Jan 14, 2021

The API is fairly simple (here is the Java wrapper of the C++ class)

@rprovodenko
Copy link
Contributor

Interesting, I'll take a look into this

@jupiter jupiter added the enhancement New feature or request label Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants