dee2xu
dee2xu
Explore posts from servers
JJanusGraph
Created by dee2xu on 3/21/2024 in #questions
Indexing
Thanks, Oleksandr. Just for extra clarity - if I have a composite index for a property called 'myProperty' and I also have a mixed index for myProperty (just a straight forward mixed index as presented in the janusgraph docs here https://docs.janusgraph.org/schema/index-management/index-performance/), then a traversal such as g.V().has("myProperty","someValue") will use the composite index and not the mixed?
6 replies
ATApache TinkerPop
Created by dee2xu on 10/25/2023 in #questions
Connecting to local gremlin server with websocket address
Thanks, Ryan. Just to check my understanding here -- if i have an 'aliased' websocket URL, something like ws://mydomainname.com, then I would do Cluster cluster = Cluster.build("mydomainname.com"). path("/gremlin"). create(); correct?
6 replies