Hello dear friend I have a few questions Although...
# nebula
h
Hello dear friend I have a few questions Although my questions are repetitive, I don't know what to do due to the difference in nebula graph versions Please advise It is very important to me Compaction version in use Operating system: latest version of ubuntu 1: The writing speed is very slow How can I increase it to the highest speed? I am using bath insert but it takes a long time to respond Over time, as data is added, the writing speed becomes very slow and the RAM fills up quickly 2: Does compaction run automatically after insert? If it can -> how can I disable it so that it doesn't run automatically? Please advise Thank you very much
m
1. Performance optimization depends on several factors. Please provide more details like: ◦ Machine specs (CPU, disk type, network bandwidth) ◦ Nebula Graph version ◦ Space configuration (use
DESC SPACE <space_name>
) ◦ Size of each data entry (number of properties, size of each property) 2.
disable_auto_compactions
,For more details, check the official docs: Storage Config
BTW:What tool are you using to insert data?