fabiankessler / readonly-embedded-dbs-benchmark

Tests the sqlite and h2 embedded databases in readonly mode for performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verify SQLite connection settings

fabiankessler opened this issue · comments

Verify that the setup/connection code is the best possible for SQLite.
Check the pragmas.

Check the page size, the default is not appropriate for an application with concurrency (too small, for small devices).