4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)Rust1,001 forks (1,001 forks)github user discovery
enhancementhelp wantedperformance
Repository metrics
- Stars
- 19,103 stars (19,103 stars)
- PR merge metrics
- Avg merge 2d 11h (Avg merge 2d 11h)147 merged PRs in 30d (147 merged PRs in 30d)
Description
SQLite benefits from kernel readahead whereas we don't. Let's implement readahead in userspace.
Contributor guide
- Research direction
- Study SQLite's kernel readahead benefits, analyze Turso's current page reading flow, and implement a userspace readahead predictor that fetches pages ahead based on access patterns.
- Tech stack
- rustsqlite
- Domain
- databaseperformance
- Issue type
- Feature
- Prerequisites
- RustDatabase fundamentals