Are Stream sequences monotonically increasing for the life of the stream? #6737
-
It seems that sequences are always monotonically increasing for the life of the stream in practice and considering parameters like |
Beta Was this translation helpful? Give feedback.
Answered by
MauriceVanVeen
Mar 28, 2025
Replies: 1 comment 3 replies
-
Indeed the stream sequence is always monotonically increasing. Even if you'd purge the stream of all its data, you'd see the stream gets cleared of its contents but the first sequence moves up such that the sequence stays monotonic. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
matthauck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Indeed the stream sequence is always monotonically increasing. Even if you'd purge the stream of all its data, you'd see the stream gets cleared of its contents but the first sequence moves up such that the sequence stays monotonic.