blog/benchmark/crossdb-vs-sqlite3/ #10
Closed
Replies: 2 comments
-
Maybe you should add DuckDB to the bechmarks. |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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/
Beta Was this translation helpful? Give feedback.
All reactions