tursodatabase/turso

Don't drop whole page cache on rollback

Open

#4,546 opened on Jan 9, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (1,001 forks)github user discovery
help wantedperformance

Repository metrics

Stars
 (19,103 stars)
PR merge metrics
 (PR metrics pending)

Description

We drop the whole page cache on rollback because it's obviously safe. But it's also obviously slow for any workload that does rollbacks often enough.

Contributor guide