mirror of https://gitee.com/bigwinds/arangodb
issue #2289
This commit is contained in:
parent
2fef24a984
commit
75481b4299
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue