Snowflake, the Missing Primer
calpaterson.com
Snowflake, the Missing Primer
1–7 of 7 posts
Re: Snowflake, the Missing Primer
#2Re: Snowflake, the Missing Primer
#3Re: Snowflake, the Missing Primer
#4There is some misinformation in this article. For instance, Snowflake absolutely supports transactions for most operations, DML operations always occur in a single transaction but any INSERT, UPDATE, SELECT, etc can absolutely be lumoed with other operations in a single transaction safely.
It should 404 now. Perhaps next week :)
Re: Snowflake, the Missing Primer
#5There is some misinformation in this article. For instance, Snowflake absolutely supports transactions for most operations, DML operations always occur in a single transaction but any INSERT, UPDATE, SELECT, etc can absolutely be lumoed with other operations in a single transaction safely.
Sorry - this was a draft that I published accidentally while fixing a typo in another article and which someone apparently submitted it here before I could take it down. It should 404 now. Perhaps next week :)
Re: Snowflake, the Missing Primer
#6> I'll have to infer, assume and hypothesis.
*hypothesize
> No transactions, not indices, nearly no constraints
*no indices
---
Also I would be surprised if Snowflake documentation at this introductory level does not exist.
there are a few levels of "certification" that Snowflake offers for professionals who are expected to understand how Snowflake works at a fairly detailed level -- and I am sure official documentation exists to cater to this group starting with a technical introduction/overview of capabilities etc.
Re: Snowflake, the Missing Primer
#7A few typos: > I'll have to infer, assume and hypothesis. *hypothesize > No transactions, not indices, nearly no constraints *no indices --- Also I would be surprised if Snowflake documentation at this introductory level does not exist. there are a few levels of "certification" that Snowflake offers for professionals who are expected to understand how Snowflake works at a fairly detailed level -- and I am sure offici…