Papers Adopted by DuckDB
DuckDB can handle analytical query workloads incredibly fast.
On its official documentation page, there’s a list named “Standing on the Shoulders of Giants”, and I’ve gone through some of them for my understanding of DuckDB itself and DB internals in general.
This series is my notes from them. Please feel free to ping me for anything you think I should add or read wrong.
List of Articles
- Vectorized Query Engine (MonetDB/X100: Hyper-Pipelining Query Execution)
- Fast Serializable MVCC
- Join Ordering Optimization (coming soon)
- Unnesting Subqueries (coming soon)