Replies: 2 comments 5 replies
-
JanusGraph includes a mapreduce job for reindexing to parallellize the operation. Did you try that? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Try to increase PAGE_SIZE to 50k - used as work block size and default value is too small |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using index on one of my vertex properties, because I use it for filtering, here is the code for createing index (basically just copy pasted from documentation):
My problem is, that the REINDEX action takes ages (usually about 8 hours) for appx. 4 millions of edges.
During the process, the CPU usage stays very low, which is weird (< 1%).
Is this duration normal? Can I somehow speed up this process?
My Janus server runs in Azure cloud on Standard B8ms machine with 32 GB RAM and 8 CPUs. I have set the server to use about 22 GB RAM for heap. I use Berkeley as backend storage.
Beta Was this translation helpful? Give feedback.
All reactions