penberg / limbo

Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
MIT License
993 stars 60 forks source link

Simulator improvements #207

Open penberg opened 3 months ago

penberg commented 3 months ago

The simulator we have right now is pretty basic. Let's improve it as follows:

JoanFM commented 3 months ago

How should the tenants interact? in a multithreaded way or with concurrency as perf/latency?