Remix.run Logo
victor106 6 days ago

> data ponds instead of data lakes

What are data ponds? Never heard the term before

leetrout 6 days ago | parent [-]

Haha, my term. Somewhere between a data lake and warehouse - still unstructured but not _everything_ in one place. For instance, if I have a multi-tenant app I might choose to have a duckdb setup for each customer with pre-filtered data living alongside some global unstructured data.

Maybe there's already a term that covers this but I like the imagery of the metaphor... "smaller, multiple data but same idea as the big one".

victor106 5 days ago | parent [-]

Got it, Thanks for the explanation.