What is one characteristic of Snowflake’s transaction locking and concurrency model?
Within a multi-statement transaction, Snowflake makes changes from earlier statements in that same transaction visible to subsequent statements even before those changes are committed. Other transactions do not see uncommitted data under READ COMMITTED isolation.
Community Discussion