tursodatabase/turso
Ver no GitHubMake database header accesses asynchronous
Open
#1.828 aberto em 25 de jun. de 2025
enhancementhelp wanted
Métricas do repositório
- Stars
- (19.103 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
#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.