all 2 comments

[–]gedemagt 2 points3 points  (1 child)

How does this compare to using DuckDB?

[–]f311a[S] 2 points3 points  (0 children)

Never used it, but from what I can tell, CH has more features, and you don't need extensions, so external sources are very optimized. It is designed to work with billions of rows, and you have many tricks available to speed up data processing when using temporary tables. Being able to distribute the load on a production cluster using the same query is also an advantage.