Re: Persistence of graph view
Lilly <lfie...@...>
Hi Marc, Thanks for your reply! Your suggestions would fetch the subgraph efficiently. However, on this subgraph I could no longer use any of my other indecees. Say I have an index on "property". Than g.V(ids).has("property",...) would no longer make use of the index on "property" (only g.V().has("property",..) does. Especially if the subgraph is still rather large, this would be desirable though. Any thoughts on how to achieve this? Thanks Lilly Am Sonntag, 6. Oktober 2019 09:47:25 UTC+2 schrieb ma...@...:
|
|