mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-07 12:35:00 +00:00
![]() SQLite performs poorly for connections as the number of tables increase. Do we perform better? the same? worse? Right now the answer is worse. Add a benchmark to help us compare. |
||
---|---|---|
.. | ||
limbo | ||
rusqlite | ||
gen-database.py | ||
gen-databases | ||
plot.py | ||
README.md |
Connection benchmarks
Run the following in rusqlite
and limbo
directories:
./gen-databases
./run-benchmark.sh
This benchmark tests the time it takes to open a connection to databases with varying numbers of tables (1,000, 10,000, and 100,000 tables).