Y
Hacker News
new
|
ask
|
show
|
jobs
by
m00dy
152 days ago
does duckdb scale well over large datasets for vector search ?
1 comments
lgrebe
152 days ago
What order of magnitude would you define as „large“ in this case?
link
m00dy
151 days ago
like over 1tb.
link
cess11
151 days ago
Some people are using DuckDB for large datasets,
https://duckdb.org/docs/stable/guides/performance/working_wi...
, but you'd probably do some testing under the specific conditions of your rig to figure out if it is a good match or not.
link
riku_iki
151 days ago
its clear many DuckDB sql queries can handle terabytes of data, but the question here was about vector search..
link