tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://turso.tech/libsql
MIT License
9.55k stars 252 forks source link

Investigate using eBPF for b-tree lookups #21

Open penberg opened 1 year ago

penberg commented 1 year ago

One interesting thing eBPF can do for storage devices is in-kernel b-tree lookups:

https://www.asafcidon.com/uploads/5/9/7/0/59701649/xrp.pdf

Let's look at what it takes to integrate this type of (optional) storage engine optimization.

andresetevejob commented 1 year ago

I want to work on this feature

penberg commented 1 year ago

@andresetevejob Please do. I opened this ticket for tracking the idea, but don't have immediate plans to work on it myself.

andresetevejob commented 1 year ago

how this ticket can be assign to me ?