feat(http): calculate updates' and uuids' dbs size

This commit is contained in:
Alexey Shekhirin
2021-04-09 15:41:24 +03:00
parent ae1655586c
commit adfdb99abc
17 changed files with 121 additions and 25 deletions

View File

@ -360,7 +360,7 @@ impl<S: IndexStore + Sync + Send> IndexActor<S> {
let rtxn = index.read_txn()?;
Ok(IndexStats {
size: index.size()?,
size: index.size(),
number_of_documents: index.number_of_documents(&rtxn)?,
is_indexing,
fields_distribution: index.fields_distribution(&rtxn)?,