Skip to content
Snippets Groups Projects
user avatar
Vladimir Davydov authored
This patch adds the following counters to index.info:

  txw
    count               # number of statements in the TX write set
      rows
      bytes
    iterator
      lookup            # number of lookups in the TX write set
      get               # number of statements returned by the iterator
        rows
        bytes

Needed for #1662
44305191
History
Name Last commit Last update