tursodatabase/turso

Make database header accesses asynchronous

Open

#1,828 创建于 2025年6月25日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Rust (1,001 fork)github user discovery
enhancementhelp wanted

仓库指标

Star
 (19,103 star)
PR 合并指标
 (PR 指标待抓取)

描述

#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.

贡献者指南