0 comments (0 comments)5 reactions (5 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
There are various proposed optimizations to leverage asynchronous I/O for concurrent b-tree search at least. Let's look into them.
Contributor guide
- Research direction
- Research concurrent b tree search optimization techniques using asynchronous I/O, analyze existing proposals, implement prototype, and benchmark.
- Tech stack
- rust
- Domain
- database
- Issue type
- Research
- Prerequisites
- Rustdatabase internals