chenboat commented on issue #10866:
URL: https://github.com/apache/pinot/issues/10866#issuecomment-1581805593

   I am not sure what the following means. Can you give an example or is this 
idea from some well known source (then can you add a reference to it?)
   ```
   What is meant by causality is that we will count towards step N+1 only if we 
counted towards step N for the same correlation id, but we would accept for 
them to happen out of order (in fact, that is often the case in real-life 
distributed user event logging systems anyways).
   
   In order to simplify the solution further, we can expect that the table is 
partitioned by the correlation column (eg. user id).
   ```
   For partition, which Pinot partition config are you referring to exactly?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to