Home / Companies / Turso / Blog / August 2026

August 2026 Summaries

1 posts from Turso

Filter
Month: Year:
Post Summaries Back to Blog
Turso Cloud has introduced early access to concurrent writes, overcoming a traditional limitation of SQLite by allowing multiple transactions to proceed in parallel with the use of the BEGIN CONCURRENT command. Unlike the traditional SQLite model that locks during write transactions, Turso employs a multi-version concurrency control (MVCC) engine, allowing several writers to operate optimistically without immediate locking, thereby increasing throughput and reducing the need for backoff-and-retry loops. Conflicts are detected at the row level during commit, which minimizes false conflicts and enhances efficiency when transactions touch different rows. This development is part of Turso's larger effort to provide a high-performance, cost-effective database solution, particularly appealing for developers looking for scalable and reliable options. Turso's approach draws on the principles of Microsoft's Hekaton engine, adapting them to work seamlessly with SQLite's B-tree storage. The feature is available for early preview, and users must enable it in their Turso dashboard, utilizing either the CLI or the dashboard UI to create a Turso database for concurrent transactions.
Aug 03, 2026 1,217 words in the original blog post.