Re: Edge creation taking too much time
Robert Dale <rob...@...>
Your composite index won't used for all three properties because it contains a range predicate gt(). You can check what, if any, indexes are being used by using 'profile()'. You may want to create a mixed index with all three properties and see if that helps. Separately, if there is no contention between vertexes, you could parallelize the requests. Also play with batch/commit sizes (1k - 10k). Robert Dale On Fri, Oct 6, 2017 at 7:35 AM, Ankur Goel <ankur...@...> wrote:
|
|