-
This is mostly a performance question.
I have modified my database to have, for every vertex label, a
However, this second form has an index on |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Feel free to join the discussions on #283 Your approach looks good to me, but just be careful that if your index is a composite index, it could lead to the hot key problem when you have millions of nodes of the same label. |
Beta Was this translation helpful? Give feedback.
Feel free to join the discussions on #283
Your approach looks good to me, but just be careful that if your index is a composite index, it could lead to the hot key problem when you have millions of nodes of the same label.