Y
Hacker News
new
|
ask
|
show
|
jobs
by
qolop
1196 days ago
This isn't unique to duckdb. Almost all databases allow for sorting and joins of large tables that don't fit into memory.
1 comments
cweill
1196 days ago
Yes but if you're in a Jupyter notebook, you may not be directly connected to a DB. If you're using pandas, this unlocks some scalability before needing dask and a cluster.
link