quick question: ```{\"H3IndexFilterOperator Time\"...
# general
c
quick question:
Copy code
{\"H3IndexFilterOperator Time\":16},{\"DocIdSetOperator Time\":16}
what does the number mean in the query
traceinfo
? is it 16ms?
j
Yes, it is in millis
FYI,
DocIdSetOperator
time includes the
H3IndexFilterOperator
time, it is hierarchical
c
Oh Got it. Thanks. I just about to ask why these two numbers added up is bigger than the whole query latency showed in UI.