mirror of
https://github.com/netdata/netdata.git
synced 2025-04-06 22:38:55 +00:00
Update disk-requirements-and-retention.md
This commit is contained in:
parent
89c058a3a3
commit
3959956dae
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
Netdata comes with 3 database modes:
|
||||
|
||||
1. `dbengine`: the default high-performance multi-tier database of Netdata. Metric samples is cached in memory and saved to disk in multiple tiers, with compression.
|
||||
1. `dbengine`: the default high-performance multi-tier database of Netdata. Metric samples are cached in memory and are saved to disk in multiple tiers, with compression.
|
||||
2. `ram`: metric samples are stored in ring buffers in memory, with increments of 1024 samples. Metric samples are not committed to disk. Kernel-Same-Page (KSM) can be used to deduplicate Netdata's memory.
|
||||
3. `alloc`: metric samples are stored in ring buffers in memory, with flexible increments. Metric samples are not committed to disk.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue