- Developer
- Country of Origin
- US
- Start Year
- 2013
- Project Type
- Commercial
- Operating System
- Hosted
- License
- Proprietary
Checkpoints
Snowflake decouples storage and compute and uses Amazon S3 for its underlying data storage
Concurrency Control[03]
Snowflake supports MVCC. As Snowflake's underlying data storage is done by Amazon S3, each write operation instead of performing writes in place, it creates a new entire file including the changes. The stale version of data is replaced by the newly created file, but is not deleted immediately. Snowflake allows users to define how long the stale version will be kept in S3, which is up to 90 days. Based on MVCC, Snowflake also supports time travel query.
Data Model[03]
Snowflake is relational as it supports ANSI SQL and ACID transactions. Moreover it offers built-in functions and SQL extensions for traversing, flattening, and nesting of semi-structured data, with support for popular formats such as JSON and Avro. Overhead for making operations on schema-less, semi-structured data is very small.
Foreign Keys
Snowflake supports defining and maintaining constraints, but does not enforce them, except for NOT NULL constraints, which are always enforced including foreign key constraint.
Citations
3 sources- https://www.snowflake.net snowflake.net
- Welcome to Snowflake Documentation | Snowflake Documentation snowflake.com
- http://info.snowflake.net/rs/252-RFO-227/images/Snowflake_SIGMOD.pdf snowflake.net