Cross-graph querying with Janusgraph

Hello!

I am using Janusgraph (embedded), over a ScyllaDB backend, where all my graphs are currently stored in a single keyspace.

Is it possible to split these graphs and store them across multiple different keyspaces, but still query across them? ie, a single query may traverse multiple graphs stored in multiple keyspaces.

From what I've read so far, it seems like I can only create independent graphs on each keyspace that are completely separate and disconnected from each other.

Thanks in advance!
Was this page helpful?