Open willium opened 3 years ago
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.
The API is fairly simple (here is the Java wrapper of the C++ class)
Interesting, I'll take a look into this
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.