mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
comment the stats method
This commit is contained in:
parent
3cfd653db1
commit
4a3405afec
2 changed files with 5 additions and 1 deletions
|
@ -91,7 +91,7 @@ pub struct IndexStats {
|
|||
/// Size taken up by the index' DB, in bytes.
|
||||
///
|
||||
/// This includes the size taken by both the used and free pages of the DB, and as the free pages
|
||||
/// are not returned to the disk after a deletion, this number is typically larger than
|
||||
/// are not returned to the disk after a deletion, this number is typically larger than
|
||||
/// `used_database_size` that only includes the size of the used pages.
|
||||
pub database_size: u64,
|
||||
/// Size taken by the used pages of the index' DB, in bytes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue