Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 2.3 KB

20231203_01.md

File metadata and controls

59 lines (36 loc) · 2.3 KB

DuckDB Internals PDF

作者

digoal

日期

2023-12-03

标签

PostgreSQL , DuckDB , PolarDB , internals


背景

https://15721.courses.cs.cmu.edu/spring2023/slides/22-duckdb.pdf

pdf

  • what is duckdb
  • duckdb overview
  • duckdb vectors
  • Query Execution Pull-Based Model
  • Query Execution Parallelism Model
  • Query Execution Pipelines
  • Query Execution Pull-Based Model
  • Storage
  • Table Storage
  • External Formats
  • Buffer Manager
  • Out-Of-Core
  • Transactions
  • Pluggable Catalog
  • Pluggable File System + HTTP/Object Store Reads
  • Extensions
  • WASM

digoal's wechat