exqlite icon indicating copy to clipboard operation
exqlite copied to clipboard

Add insert_all

Open ruslandoga opened this issue 4 months ago • 3 comments

This PR adds a helper NIF that can be used to bulk-insert "unlimited" number of rows.

Should be enough to clоse https://github.com/elixir-sqlite/exqlite/issues/129 once it gets into ecto_sqlite3

Regarding performance: XQLite uses this approach in insert_all benchmark in https://github.com/ruslandoga/elixir-sqlite-bench

ruslandoga avatar Oct 14 '24 04:10 ruslandoga