You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "chenboat (via GitHub)" <gi...@apache.org> on 2023/06/08 02:45:38 UTC

[GitHub] [pinot] chenboat commented on issue #10866: Add support for funnel analytics

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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org