Here are the results of the writing tests in my machine:
write 10000 records:
DuckDB took 20.72643 seconds to insert 10000 records
SQLite took 0.02475 seconds to insert 10000 records
SQLite with autocommit took 5.43819 seconds to insert 10000 records
Tonbo took 0.89315 seconds to insert 10000 records
Tonbo without transaction took 1.68304 seconds to insert 10000 records
Tonbo without transaction write batch took 0.75287 seconds to insert 10000 records
Add write test for python binding
Here are the results of the writing tests in my machine:
write 10000 records:
benchmark for 10000 inserts(compare mode):
benchmark for async(normal mode)