Pg_lake: Postgres with Iceberg and data lake access
61–70 of 126 posts
Re: Pg_lake: Postgres with Iceberg and data lake access
#62Man, we are living in the golden era of PostgreSQL.
Re: Pg_lake: Postgres with Iceberg and data lake access
#63Re: Pg_lake: Postgres with Iceberg and data lake access
#64Nice does this also allow me to write to parquet from my Postgres table?
Re: Pg_lake: Postgres with Iceberg and data lake access
#65Nice does this also allow me to write to parquet from my Postgres table?
Or COPY table TO STDOUT WITH (format 'parquet') if you need it on the client side.
Re: Pg_lake: Postgres with Iceberg and data lake access
#66Why would Snowflake develop and release this? Doesn't this cannibalize their main product?
It'll probably be really difficult to set up. If it's anything like super base, your question the existence of God when trying to get it to work properly. You pay them to make it work right.
The configuration mainly involves just defining the default iceberg location for new tables, pointing it to the pgduck_server, and providing the appropriate auth/secrets for your bucket access.
Re: Pg_lake: Postgres with Iceberg and data lake access
#67Why would Snowflake develop and release this? Doesn't this cannibalize their main product?
Data platforms like Snowflake are built as a central place to collect your organisation's data, do governance, large scale analytics, AI model training and inference, share data within and across orgs, build and deploy data products, etc. These are not jobs for a Postgres server.
Pg_lake foremost targets Postgres users who currently need complex ETL pipelines to get data in and out of Postgres, and accidental Postgres data warehouses where you ended up overloading your server with slow analytical queries, but you still want to keep using Postgres.
Re: Pg_lake: Postgres with Iceberg and data lake access
#68Can someone dumb this down a bit for a non data-engineer? Hard to fully wrap my head around who this is/isn’t best suited for.
Re: Pg_lake: Postgres with Iceberg and data lake access
#69Re: Pg_lake: Postgres with Iceberg and data lake access
#70Crunchydata did it first :) but nice to get more options