tursodatabase/turso

Make database header accesses asynchronous

Open

#1,828 opened on 2025年6月25日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)Rust (1,001 forks)github user discovery
enhancementhelp wanted

Repository metrics

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

説明

#1761 fixes header accesses to correctly come from either the WAL or the main DB file, but still accesses page 1 synchronously for that purpose for simplicity.

these accesses should be asynchronous, too, to match the rest of Limbo's IO model.

コントリビューターガイド