tursodatabase/turso

Group commits

Open

#5,675 建立於 2026年2月28日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Rust (1,001 fork)github user discovery
enhancementhelp wantedperformance

倉庫指標

Star
 (19,103 star)
PR 合併指標
 (PR 指標待抓取)

描述

Group commits are an optimization that trade off latency for higher throughput by deferring transaction acknowledgement and batching commit fsync() calls. For example, we can have a 5 ms fsync() period during which we let commits complete, but defer the fsync() and the acknowledgement until the end. This inflates commit latency, but allows more concurrency, increasing throughput.

貢獻者指南