Snowflake S-1
31–40 of 103 posts
Re: Snowflake S-1
#32Snowflake is the go to data warehouse in my opinion. Redshift and BigQuery are fine, but Snowflake is head and shoulders above. Good community around it and tools for it (dbt - works on other warehouse though). They have the mindshare in the data warehouse market. There's so much they can do from a user experience perspective to make it even better. The integration with Numeracy was a trainwreck, but the fundamentals…
Re: Snowflake S-1
#33What is the difference between a "Data Warehouse", a "Data Lake" and a plain old managed SQL Server instance I run on Azure?
Data Lake is usually object storage or other large storage pool with raw files. These can be different formats like JSON, AVRO, Parquet containing with strong schemas or unstructured data. Processing can be done by engines like Spark, Presto, Drill, etc that support less advanced SQL but more robust access across data files and storage locations. The point is to serve as a general dumping ground or "lake" of all the data and then manage it afterwards (including cleaning and moving important records to a data warehouse).
SQL Server is a single-node OLTP relational database but most database engines are fast enough now that you can do everything you need up to hundreds of millions of rows. Best SQL and feature support with full update capabilities. Some DBs like SQL Server have also added OLAP features like columnstore tables to further delay or eliminate the need for a data warehouse.
Re: Snowflake S-1
#345 S-1 filings on the front page right now, mostly from tech companies I've heard of. Why the sudden spike?
Re: Snowflake S-1
#35Wow, Sales + Marketing pretty much 1.5x their revenue ($265M), swinging them from +50% operating margins to -150-200% net margins. They are really trying to cram this product down people's throats, huh?
It's absurd. How can you trust any of their "growth" numbers? For all we know, they are paying people $10 to give them $8 in revenue.
Re: Snowflake S-1
#36Re: Snowflake S-1
#37Re: Snowflake S-1
#385 S-1 filings on the front page right now, mostly from tech companies I've heard of. Why the sudden spike?
Re: Snowflake S-1
#39Dumb question, given the filing today what is the earliest date it will be listed on the NYSE? Google time between S-1 and IPO gives a bunch of wishy washy answers.
> Date Available for Sale in the Public : The 91st day after the date of this prospectus (First Release).
Edit: Seems like I was wrong. This is for current shareholders. I saw somewhere on the internet sometime in October. That's a wild guess though.
Re: Snowflake S-1
#40What is the difference between a "Data Warehouse", a "Data Lake" and a plain old managed SQL Server instance I run on Azure?
DW is for analytics and reporting.
Data Lake is like many DWs together and other, often "garbage" data, which "might" be useful in future analysis, ML and stuff. It's the unstructured graveyard of data (joking). Schema is defined on read.