Y
Hacker News
new
|
ask
|
show
|
jobs
by
obeliskora
1693 days ago
That's really neat! Can you control the cache too?
1 comments
ankoh
1693 days ago
DuckDB-Wasm uses a traditional buffer manager and evicts pages using a combination of FIFO + LRU (to distinguish sequential scans from hot pages like the Parquet metadata).
link