File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed 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"`.
159
159
160
160
## Change how long Netdata stores metrics
161
161
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.
164
164
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.
166
167
167
168
If you're not sure whether you're using the database engine, or want to tweak the default settings to store even more
168
169
historical metrics, check out our tutorial: [ ** Changing how long Netdata stores
You can’t perform that action at this time.
0 commit comments