Thoughts on scale of Postgres where mooncake runs? #63
Replies: 1 comment
-
I believe a single-node DuckDB can comfortably manage datasets ranging from gigabytes to several terabytes. For datasets beyond that, there are a couple of options for scaling:
We support storing data in the local filesystem. If However, on Neon serverless Postgres, |
Beta Was this translation helpful? Give feedback.
-
Mooncake looks promising with great vision of giving best of OLTP and OLAP. Just curious when usually OLAP use case needs to store much larger data in TBs, how will Postgres scale in such a case? Are you by design hoping to expect users to keep data in blob storages like S3 and pull into Postgres via DuckDB S3 functions and write it back to S3?
Beta Was this translation helpful? Give feedback.
All reactions