blog/benchmark/crossdb-vs-sqlite3/ #10
Closed
Replies: 2 comments
|
Maybe you should add DuckDB to the bechmarks. |
0 replies
|
libduckdb.so is >45M, I think it's too big for an embedded DB, while CrossDB is only 250K now. In addition DuckDB is a column-oriented OLAP RDBMS, which is different with CrossDB a row-oriented OLTP RDBMS. If you like, you can do the benchmark test, you can just add the driver for DuckDB. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
blog/benchmark/crossdb-vs-sqlite3/
The Fastest Embedded Database in the world
https://crossdb.org/blog/benchmark/crossdb-vs-sqlite3/
All reactions