1
0
Fork 0
This commit is contained in:
jsteemann 2017-01-30 09:01:42 +01:00
parent 2fef24a984
commit 75481b4299
3 changed files with 3 additions and 3 deletions

View File

@ -123,7 +123,7 @@ memory.
* *indexes.count*: The total number of indexes defined for the
collection, including the pre-defined indexes (e.g. primary index).
* *indexes.size*: The total memory allocated for indexes in bytes.
* *maxTick*: The tick of the last marker that was stored in a journal
* *lastTick*: The tick of the last marker that was stored in a journal
of the collection. This might be 0 if the collection does not yet have
a journal.
* *uncollectedLogfileEntries*: The number of markers in the write-ahead

View File

@ -127,7 +127,7 @@ indexes (e.g. primary index).
@RESTSTRUCT{size,collection_figures_indexes,integer,required,int64}
The total memory allocated for indexes in bytes.
@RESTSTRUCT{maxTick,collection_figures,integer,required,int64}
@RESTSTRUCT{lastTick,collection_figures,integer,required,int64}
The tick of the last marker that was stored in a journal
of the collection. This might be 0 if the collection does not yet have
a journal.

View File

@ -42,7 +42,7 @@ memory.
document revision ids to storage engine datafile positions.
* *indexes.count*: The total number of indexes defined for the
* *indexes.size*: The total memory allocated for indexes in bytes.
* *maxTick*: The tick of the last marker that was stored in a journal
* *lastTick*: The tick of the last marker that was stored in a journal
of the collection. This might be 0 if the collection does not yet have
a journal.
* *uncollectedLogfileEntries*: The number of markers in the write-ahead