Currently all access to underlying SQLite3 DB is serialised. Serialisation imposes significant bottleneck.
TODO:
Enable parallel access to DB:
- Establish separate SQLite3 instance per table; tables are independent of each other
- Use readers-writer lock to let multiple readers access the DB.
- is related to
-
WT-15963 Picking up new checkpoints or step-up and step-down can stall eviction
-
- Closed
-
-
WT-15968 Mark the page's ref and split pages' refs as dirty
-
- Closed
-
-
WT-15345 Fix all TSAN statistic warnings
-
- Closed
-
-
WT-15976 Temporarily disable verify in teardown for layered tests
-
- Closed
-
-
WT-15947 Dirty cache size is not increased correctly
-
- Closed
-
- related to
-
WT-15963 Picking up new checkpoints or step-up and step-down can stall eviction
-
- Closed
-
-
WT-15968 Mark the page's ref and split pages' refs as dirty
-
- Closed
-
-
WT-15345 Fix all TSAN statistic warnings
-
- Closed
-