COF-C02 · Question #283
Which parameter prevents streams on tables from becoming stale?
The correct answer is A. MAXDATAEXTENSIONTIMEINDAYS. Streams become stale when the stream's offset (its change-tracking position) falls outside the table's data retention period. The MAX_DATA_EXTENSION_TIME_IN_DAYS (A) parameter controls the maximum number of additional days Snowflake will extend a table's data retention period…
Question
Which parameter prevents streams on tables from becoming stale?
Options
- AMAXDATAEXTENSIONTIMEINDAYS
- BMTN_DATA_RETENTION_TTME_TN_DAYS
- CLOCK_TIMEOUT
- DSTALE_AFTER
How the community answered
(25 responses)- A88% (22)
- B8% (2)
- C4% (1)
Explanation
Streams become stale when the stream's offset (its change-tracking position) falls outside the table's data retention period. The MAX_DATA_EXTENSION_TIME_IN_DAYS (A) parameter controls the maximum number of additional days Snowflake will extend a table's data retention period specifically to prevent any active streams on that table from going stale. When a stream is active, Snowflake automatically extends retention up to this limit so the stream offset remains valid.
Topics
Community Discussion
No community discussion yet for this question.