Correct the comments in db/internal_stats.h
Summary: Correct the comments in db/internal_stats.h Test Plan: no code change Reviewers: igor, IslamAbdelRahman, sdong Reviewed By: sdong Subscribers: dhruba, leveldb Differential Revision: https://reviews.facebook.net/D48675
This commit is contained in:
parent
35ad531be3
commit
2b925ccb43
@ -49,10 +49,10 @@ enum DBPropertyType : uint32_t {
|
|||||||
// memtable.
|
// memtable.
|
||||||
kNumEntriesInImmutableMemtable, // Return sum of number of entries in all
|
kNumEntriesInImmutableMemtable, // Return sum of number of entries in all
|
||||||
// the immutable mem tables.
|
// the immutable mem tables.
|
||||||
kNumDeletesInMutableMemtable, // Return number of entries in the mutable
|
kNumDeletesInMutableMemtable, // Return number of deletion entries in the
|
||||||
// memtable.
|
// mutable memtable.
|
||||||
kNumDeletesInImmutableMemtable, // Return sum of number of deletes in all
|
kNumDeletesInImmutableMemtable, // Return the total number of deletion
|
||||||
// the immutable mem tables.
|
// entries in all the immutable mem tables.
|
||||||
kEstimatedNumKeys, // Estimated total number of keys in the database.
|
kEstimatedNumKeys, // Estimated total number of keys in the database.
|
||||||
kEstimatedUsageByTableReaders, // Estimated memory by table readers.
|
kEstimatedUsageByTableReaders, // Estimated memory by table readers.
|
||||||
kIsFileDeletionEnabled, // Equals disable_delete_obsolete_files_,
|
kIsFileDeletionEnabled, // Equals disable_delete_obsolete_files_,
|
||||||
|
Loading…
Reference in New Issue
Block a user