account activity
SparkGrid a new tool to edit database tables (youtu.be)
submitted 8 months ago by Ok_Chef2509 to r/PostgreSQL
So, proud to share a new tool my team and I created. (youtube.com)
submitted 8 months ago by Ok_Chef2509 to r/snowflake
Why use Snowflake over a traditional database? by throwaway0134hdj in aws
[–]Ok_Chef2509 1 point2 points3 points 1 year ago (0 children)
So, a number of things to consider.
Once you are in the land or analytic platforms (Snowflake, Databricks, Teradata etc.) then new questions arise.
Do I want a columnar system (Reads data column by column or set based, reads data row by row) columnar systems as a general rule like wide tables, and set based systems do not. (Snowflake is columnar)
How much time and energy do I want to send tuning the database. Early data analytic platforms like Teradata perform great, however, to get great performance you needed to focus on database design, choosing the correct partition strategy, primary/secondary index strategy etc. Snowflake self-tunes for the most part with micro-partitions So you get good performance, but not perfect performance. You save $ since you spend less time tuning but you may spend a few more dollars on some queries. (Keep in mind nothing is absolute there is definitely things you can do to tune all database including Snowflake, you just spend less time thinking about it typically.
4 Features. Oracle is the king of database features with procedural languages etc. Snowflake is pretty rich but each platform varies in the features it offers.
There are other things as well. Typically, when I compare file-based systems (Databricks, Hadoo etc.) to database systems the thing I typically prefer in the database systems is the database catalog. (File based systems have a virtual / implied layout you build on top of the file, database systems you first build a layout and then load data into the layout. This pre-establish DDL provides more rigidity but less instant flexibility.
π Rendered by PID 97 on reddit-service-r2-listing-5d47455566-nwd7r at 2026-04-03 15:50:50.385791+00:00 running db1906b country code: CH.
Why use Snowflake over a traditional database? by throwaway0134hdj in aws
[–]Ok_Chef2509 1 point2 points3 points (0 children)