limbo/perf
Pekka Enberg a5f1bdbc9d
Merge 'perf/throughput/turso: Don't interleave concurrent transactions in on…' from Pekka Enberg
…e connection
With BEGIN CONCURRENT, we cannot use the same connection all the time
because there's no way for the transaction manager to know which
transaction belongs to what "session" -- they're all individual
statements executed in the context of the one connection.
Fixes #3093

Reviewed-by: Jussi Saurio <jussi.saurio@gmail.com>

Closes #3094
2025-09-14 11:33:20 +03:00
..
clickbench perf/clickbench: enable rest of queries since we support DISTINCT and REGEXP_REPLACE 2025-08-11 11:32:37 +03:00
connection chore: use rusqlite 0.37 with bundled sqlite everywhere 2025-08-11 15:13:57 +03:00
latency chore: use rusqlite 0.37 with bundled sqlite everywhere 2025-08-11 15:13:57 +03:00
throughput Merge 'perf/throughput/turso: Don't interleave concurrent transactions in on…' from Pekka Enberg 2025-09-14 11:33:20 +03:00
tpc-h Fail CI if tursodb output differs from sqlite in tpc-h queries 2025-08-26 11:30:37 +03:00