6 ms·
back in the days where we hit this issue (mostly on windows systems) i used to create a little stress tool, you would be surprised how fast you reach the databa
by abbbi 2y ago
back in the days where we hit this issue (mostly on windows systems) i used to create a little stress tool, you would be surprised how fast you reach the database-locked state.
ive just put it here:
https://github.com/abbbi/sqlitestress https://github.com/abbbi/sqlitestress
maybe its useful for some people to simulate their workloads.
- swah 2y agoAnd once its locked do you have to hold all operations for X ms?
- ihateolives 2y agoTested it repeatedly on Hetzner CPX11 (2 vCPU, 2GB RAM) instance, got one lock around row 49000, then it resumed until the end.