Earlier quoted context omitted.
I think DuckDB is great but I don't think it is necessarily playing the same game as Snowflake. A lot of people want the serverless option and DuckDB is not that.
DuckDB on a lambda/serverless python function wrapper or in WASM (for client-side workloads) is as stateless and serverless as you can get. In that case BigQuery is more managed than both, PAYG for analytical queries without thinking about compute nor clusters whatsoever.
Snowflake to buy Crunchy Data for $250M
51–60 of 65 posts
Re: Snowflake to buy Crunchy Data for $250M
#52First is their long pursuit of HTAP and the failures around unistore.
Snowflake wanted to get into transactional workloads for a long time and for good reasons.
I wonder what will happen to Unistore after this acquisition.
The other interesting part is ETL/ELT, CDC and the whole business of replicating transactional databases into OLAP.
What crunchy built with duckdb and iceberg is a potential solution to this problem. A problem that has been painful to solve for a long long time.
Being able to replicate your transactional database into your data lake or data warehouse without having to deal with Debezium and all the rest of the stuff, is going to make many data teams happy.
Re: Snowflake to buy Crunchy Data for $250M
#53Earlier quoted context omitted.
I think DuckDB is great but I don't think it is necessarily playing the same game as Snowflake. A lot of people want the serverless option and DuckDB is not that.
DuckDB on a lambda/serverless python function wrapper or in WASM (for client-side workloads) is as stateless and serverless as you can get. In that case BigQuery is more managed than both, PAYG for analytical queries without thinking about compute nor clusters whatsoever.
Re: Snowflake to buy Crunchy Data for $250M
#54Re: Snowflake to buy Crunchy Data for $250M
#55Earlier quoted context omitted.
> literally name themselves as "Postgresql Data Warehouse" but correct me if I'm wrong That's not their primary product. Crunchy Postgres is their primary offering and they recently announced Crunchy Data Warehouse.
I thought Crunchy Data Warehouse was their main product, looking at most of their marketing posts. What's the advantage of using their managed PostgreSQL offering on the cloud, compared to native offerings such as AWS RDS and GCP Cloud SQL?
Re: Snowflake to buy Crunchy Data for $250M
#56I had them mixed up with Citus and was confused since I thought they already belonged to MS!
Re: Snowflake to buy Crunchy Data for $250M
#57I think $250M is fairly low. Must be a good deal for snowflake.
Re: Snowflake to buy Crunchy Data for $250M
#58Earlier quoted context omitted.
I thought Crunchy Data Warehouse was their main product, looking at most of their marketing posts. What's the advantage of using their managed PostgreSQL offering on the cloud, compared to native offerings such as AWS RDS and GCP Cloud SQL?
1) built using an open source kubernetes operator, as I understand 2) Crunchy provides true superuser access and access to physical backups – that's huge
Re: Snowflake to buy Crunchy Data for $250M
#59Earlier quoted context omitted.
1) built using an open source kubernetes operator, as I understand 2) Crunchy provides true superuser access and access to physical backups – that's huge
Why is that huge out of interest?