Akhan
Akhan
ATApache TinkerPop
Created by Akhan on 4/28/2023 in #questions
Default Sort Order in Gremlin Query
Thanks for the clarification, really appreciate your help
6 replies
ATApache TinkerPop
Created by Akhan on 3/31/2023 in #questions
Gremlin Query to give all related items in versioned graph
Yes Kelvin, it is correct, a record is equivalent to a vertex and all of its properties, just like a row in RDBMS system, a record has different properties, the above example is showing it correctly, but we require to maintain all versions with relationships for those versions, like record 1 version 1 is related to record 2 version 2, record 1 version 3 could be related to record 2 version 3 and so on, so we need to preserve these kind of versioned relationships
8 replies
ATApache TinkerPop
Created by Akhan on 3/31/2023 in #questions
Gremlin Query to give all related items in versioned graph
Thanks Kelvin, the Graph will never shrink and it should be able to store millions of nodes, currently using Janusgraph backed by Azure Managed Cassandra for the same, so just thinking of saving the storage cost by avoiding multiple vertices for the same record 🙂
8 replies
ATApache TinkerPop
Created by Akhan on 3/31/2023 in #questions
Gremlin Query to give all related items in versioned graph
Thank you, I will go over this post 🙂
8 replies