Skip to content

Commit

Permalink
mango: communicate rows read for global stats collection
Browse files Browse the repository at this point in the history
Besides the execution statistics that could be shown for the user,
the number of rows and documents read are tracked separately on
the global level.  (Which is more like a bug than a feature, but
that is out of the scope of this change.)

With the introduction of covering indexes, these two have been
become different, therefore global counting has to be taught about
the number of times when no documents were read but rows only.
  • Loading branch information
pgj committed Dec 15, 2023
1 parent d86847d commit 14214d6
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 116 deletions.
Loading

0 comments on commit 14214d6

Please sign in to comment.