Hello,
Wanted to make sure my understanding is right on the ALL stream - specifically, do the commit/prepare position always increase monotonically?
For events A and B, if A after B in ALL stream: commitPosition(A) >= commitPosition(B) and preparePosition(A) > preparePosition(B) ?
Also, what is the logic behind the growth of commit/prepare positions? We have about ~300k events in our test environment (including the $stats) and the commit position is at 12 billion.
Thanks in advance