From d320af1af2ccded3d52375c6ed9fa205196bb312 Mon Sep 17 00:00:00 2001 From: Marko Budiselic Date: Thu, 21 Jun 2018 20:26:18 +0200 Subject: [PATCH] Update community config with properties-on-disk placeholder Reviewers: mferencevic Reviewed By: mferencevic Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1446 --- config/community.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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.