

Now I'm not sure how to interpret all of this, but two things stood out to me.
One is that JanusGraph is actually creating only 3 columns in Cassandra, namely key, column1, and value.
The other is that the values in the columns are of varying lengths, and so might be representing what the docs say but not making it readable for the sake of compression/efficiency.
The reason I was looking at all this is that I wanted to know how vertex centric indices actually achieve the log n time they claim to.
What exactly happens when I want to traverse an adjacent edge from a vertex, given some constraints?
What is contained in the sort key mentioned in the data model docs?
If I can find answers to these questions from the community it would really help me convince my colleagues about the log n complexity claim.
Thanks and regards,
Kushal Agrawal