Open
Description
The DepNodeIndex
for an anonymous query is computed from its DepKind
and from the list of dependencies, but does not depend on its key. As DepNode
s are deduplicated before creation, the same DepNodeIndex
can correspond to multiple anonymous query invocations.
Query self-profiling relies on DepNodeIndex
to identify query invocations.
The consequences of this deduplication on self-profiling need further investigation.