tursodatabase/turso

Make database header accesses asynchronous

Open

#1828 aperta il 25 giu 2025

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)Rust (1001 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (19.103 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor