File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -159,10 +159,11 @@ Find the `SEND_EMAIL="YES"` line and change it to `SEND_EMAIL="NO"`.
159159
160160## Change how long Netdata stores metrics
161161
162- By default, Netdata uses a database engine uses RAM to store recent metrics. For long-term metrics storage, the database
163- engine uses a "spill to disk" feature that also takes advantage of available disk space and keeps RAM usage low.
162+ By default, Netdata uses a custom database which uses both RAM and the disk to store metrics. Recent metrics are stored
163+ in the system's RAM to keep access fast, while historical metrics are "spilled" to disk to keep RAM usage low.
164164
165- The database engine allows you to store a much larger dataset than your system's available RAM.
165+ This custom database, which we call the _ database engine_ , allows you to store a much larger dataset than your system's
166+ available RAM.
166167
167168If you're not sure whether you're using the database engine, or want to tweak the default settings to store even more
168169historical metrics, check out our tutorial: [ ** Changing how long Netdata stores
You can’t perform that action at this time.
0 commit comments