Natalia
Natalia
JJanusGraph
Created by Tsung on 3/21/2025 in #questions
Cross-graph querying with Janusgraph
I’m thinking to implement it this year
5 replies
JJanusGraph
Created by HailDevil on 3/5/2025 in #questions
CQL query timeout issues
Also, if the latencies come from reading back the edges, sometimes building a vertex centric index helps: https://docs.janusgraph.org/schema/index-management/index-performance/
9 replies
JJanusGraph
Created by HailDevil on 3/5/2025 in #questions
CQL query timeout issues
if this helps with insertions, might be worth looking into that more.
9 replies
JJanusGraph
Created by HailDevil on 3/5/2025 in #questions
CQL query timeout issues
To experiment and check if this is due to lock, you can turn this configuration on: storage.cql.use-external-locking=true
9 replies
JJanusGraph
Created by HailDevil on 3/5/2025 in #questions
CQL query timeout issues
Normally, during edge addition, JanusGraph doesn't read all edges back. Maybe worth checking your Cassandra consistency level, if it cross DC QUORUM, that might be expensive to get a lock when edge is being added.
9 replies
JJanusGraph
Created by HailDevil on 3/5/2025 in #questions
CQL query timeout issues
Hi @HailDevil ! I think having more context might be helpful. Are you using JanusGraphs APIs directly to operate with the edges or you are using Gremlin sever? From my experience, we have some usecases in PROD with 1 million edges between verticies and we don't observe timeouts.
9 replies