mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 19:44:21 +01:00
The current code includes creating the database object, which is slow. Unfortunately the same cannot be done on the standard SQLite.
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).