titan Questions
2
Solved
I am using Titan Server (Cassandra) v 0.3.1. I'd like to create an index on a vertex key/property that I have already started to use. However, in their documentation, Titan explains that:
To ind...
1
Solved
Using Titan w/ Cassandra v 0.3.1, I created a vertex key index via createKeyIndex as described in the Titan docs.
gremlin> g.createKeyIndex("my_key", Vertex.class)
==>null
I now have appx ...
1
Solved
I'm developing an application that could work well with a graph database (Titan), except it's having problems with vertices with many edges, i.e. supernodes.
The supernodes link above points to a ...
Gonfalonier asked 30/10, 2012 at 5:45
© 2022 - 2024 — McMap. All rights reserved.