QuestionQ8

Ingest and Process Data

Which isolation level do Snowflake streams use?

Explanation

Snowflake streams provide repeatable read isolation, so multiple SQL statements in the same transaction see the same stream records. The stream offset advances to the transaction start time only when that transaction commits.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!