Remove old mention of save db mode (#16864)
Fotis Voutsas committed
Jan 29, 2024 at 13:11 UTC
9d99984717b22a6d7d579d5716612d124386a814
1 file changed
+1
-1
database/README.md
+1
-1
@@ -30,7 +30,7 @@ So,
30
31
- On a single node setup, use `[db].mode = dbengine`.
32
- On a [Parent - Child](https://github.com/netdata/netdata/blob/master/docs/metrics-storage-management/enable-streaming.md) setup, use `[db].mode = dbengine` on the
33
- parent to increase retention, and a more resource-efficient mode like, `dbengine` with light retention settings, `save`, `ram`, or `none` for the children to minimize resource utilization.
33
+ parent to increase retention, and a more resource-efficient mode like, `dbengine` with light retention settings, `ram`, or `none` for the children to minimize resource utilization.
34
35
## Choose your database mode
36