How much do we care about exact order in which things are processed? For example, say we are creating an object because we detected a new source in exposure A, then we detected a source for that object in exposure B, then C. Is it important to remember the order? This is not handled in the current baseline provenance design, and as far as I know we can’t reliably get the order from mysql unless we introduce some extra gimmicks. And I am asking because this information would somehow need to be kept per-source (or even forcedSource), which would have some non-negligible storage implications, unless we come up with a clever way.
J.