mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-28 13:34:24 +01: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.
10 lines
267 B
Markdown
10 lines
267 B
Markdown
# 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). |