summaryrefslogtreecommitdiffstats
path: root/database
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@netdata.cloud>2023-09-11 11:06:25 +0300
committerGitHub <noreply@github.com>2023-09-11 11:06:25 +0300
commit1b1041a904ab0491ad18f19b69d078a64d635ade (patch)
treed4d53c227c3dc667dd3fb1d707561ceaf155c939 /database
parent83c0463e50f8c8ac5d96256a1453dbc380e85118 (diff)
improved facets info (#15936)
Diffstat (limited to 'database')
-rw-r--r--database/engine/cache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/database/engine/cache.h b/database/engine/cache.h
index 1486fdc166..c10e099288 100644
--- a/database/engine/cache.h
+++ b/database/engine/cache.h
@@ -71,8 +71,8 @@ struct pgc_statistics {
PGC_CACHE_LINE_PADDING(3);
- size_t entries; // all the entries (includes clean, dirty, host)
- size_t size; // all the entries (includes clean, dirty, host)
+ size_t entries; // all the entries (includes clean, dirty, hot)
+ size_t size; // all the entries (includes clean, dirty, hot)
size_t evicting_entries;
size_t evicting_size;