|
|
|
|
|
by ekzhu
1658 days ago
|
|
TLDR: Arrow got an SQL interface provided by DuckDB. So you have a new way to run SQL on Parquet et al through DuckDB -> Arrow -> Parquet. Of course, you still need to watch out for memory usage of your SQL query if it contains JOINs or Window functions because the integration is designed for streaming rows. |
|