6 ms·
Which use cases cannot do without Snowflake or Databricks?
by code51 3y ago
Which use cases cannot do without Snowflake or Databricks?
- nycdatasci 3y agoZero-copy, zero-etl data sharing.
- iknownothow 3y agoAny typical analytics use case, where a single dataset (think a single table) is less than 2TB and the total data size is less than 10-20 TB in the organization. If that's you, you very likely don't need Snowflake and definitely not Databricks. An RDBMS would suffice, I recommend Postgres. These sizes are just my thumb rules. Your mileage may vary. I have people in my network use Snowflake with a total data size of 50GB!!! It makes my blood boil.
- catchnear4321 3y agoyears ago, had this one college professor, students would spend the time before class asking him to divide two fractional numbers, and he would rattle off a few decimal places after calculating, to cheers from the students that had their calculators out with the answers. the excitement would build with every correct decimal point. he didn’t actually need a calculator. but he did own one. hopefully this does not cause your blood to go through a state change.
- code51 3y agoAm I right in understanding that all these companies are actually making deals for on-demand use in the future?
- catchnear4321 3y agoyou can get started with many of these companies with just a credit card with monthly billing. just like the major cloud vendors.
- bigbillheck 3y ago> I have people in my network use Snowflake with a total data size of 50GB!!! It makes my blood boil. I keep a whole bunch of small-ish datasets in Snowflake because it means I don't have to do all the work to janitor my own postgres install. I go with the db someone else maintains for me that I have, not the one that I wish I had.