cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Are there plans to support mixing databases in a cypher query

krisgeus
Node Clone

Will it be possible to combine results from multiple databases in a single query?
Hive and Spark for example support something like this:

SELECT sales.id, sales.amount, hr.id, hr.person FROM sales_db.sales AS sales 
INNER JOIN hr_db.employees as hr
ON hr.id = sales.id

where <databasename>.<table> syntax is used to combine databases.
Not sure how this would look in Cypher though

1 REPLY 1

You can already do this today with apoc by using apoc.load.bolt.

Further developments in Neo4j itself will also enable querying multiple Neo4j databases. At that moment I cannot (yet) share any details on features or timeline.

Nodes 2022
Nodes
NODES 2022, Neo4j Online Education Summit

All the sessions of the conference are now available online