tursodatabase/turso

Make database header accesses asynchronous

Open

#1 828 ouverte le 25 juin 2025

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)Rust (1 001 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (19 103 stars)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur