Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
jerryjerryjerry
on Sept 2, 2022
|
parent
|
context
|
favorite
| on:
Notes on the SQLite DuckDB Paper
My wild guess is lack of some functions, e.g., regexp, but need to take a deep look.
1egg0myegg0
on Sept 2, 2022
[–]
It's likely out of memory issues with many many distinct values in an aggregated column, or with a very large join intermediate. The joins are now able to handle larger than RAM, and larger than RAM intermediates in a group by is on the roadmap!
jerryjerryjerry
on Sept 2, 2022
|
parent
[–]
Looking at the failed queries, yes, OOM might be one big factor due to aggregations (there is no join in these queries though).
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: