-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Settings for read optimized graph? #5403
Comments
Anyone? |
@yixinglu Pls take a look, thanks. |
sorry to reply late. there some optimize options for performance tuning, u could try to update following flags separately:
In addition, you can profile above query in your environment to check where the bottleneck is at runtime. by the way, what's the version of nebula you used? if possible, you could upgrade the latest version since we have improve the match performance in latest version. |
Our cluster configuration: We did see performance improvement after setting below but not enough. Is there anything else we can do?
|
General Question
Our graph is read only...
I wanted to now if there is any read optimized Nebula or RocksDB settings.
Currently graph walks are annoyingly very slow.
Below is our query...
The text was updated successfully, but these errors were encountered: