diff --git a/config/community.conf b/config/community.conf index 61e17eb00..75ccb480b 100644 --- a/config/community.conf +++ b/config/community.conf @@ -42,6 +42,12 @@ # better product, easy to disable and does not collect any sensitive data. --telemetry-enabled=true +# Memgraph offers an option to store a certain amount of data on a disk. More +# precisely, the user can pass a list of properties they wish to keep stored on +# a disk. The property names have to be separated with a comma. An example +# would be --properties-on-disk=biography,summary. +#--properties-on-disk= + ## Query # # Various settings related to openCypher query execution.