Make metadata collection setable with flag

There might be a performance impect of updating the metadata store on
bulk operations. Hence this flag which is disabling the collection by
default. If the queries to obtain the information are called with this
flag disabled, the database will throw an exception.
This commit is contained in:
gvolfing
2023-11-14 13:10:08 +01:00
parent df3274d78f
commit 1527bdf435
10 changed files with 41 additions and 5 deletions

View File

@@ -115,6 +115,11 @@ startup_config_dict = {
"false",
"Controls whether the index creation can be done in a multithreaded fashion.",
),
"storage_enable_schema_metadata": (
"false",
"false",
"Controls whether metadata should be collected about the resident labels and edge types.",
),
"password_encryption_algorithm": ("bcrypt", "bcrypt", "The password encryption algorithm used for authentication."),
"pulsar_service_url": ("", "", "Default URL used while connecting to Pulsar brokers."),
"query_execution_timeout_sec": (