logoalt Hacker News

Lemaxoxoyesterday at 7:50 PM3 repliesview on HN

+1

I can't think of many use cases for this and Arrow Flight, other than moving data around.


Replies

twoodfinyesterday at 8:08 PM

The use case is local user DuckDB talking to MotherDuck for $.

This is not commercially a terrible idea. Why keep paying Snowflake for bog-standard SQL query workload when SF makes it easy to migrate to Iceberg & commodity engines like MotherDuck?

show 1 reply
ks2048today at 1:37 AM

"moving data around" is what millions of people of do all day, every day.

jtbakeryesterday at 8:25 PM

uh, doing analytics type queries on large datasets that postgres would choke on, as an RPC? I'm using it (ducklake specifically) to build a lakehouse RPC server that can scale horizontally based on resource utilization in k8s.

show 1 reply