Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
03-23-2022 04:53 AM
Hi
Can I generate more than one distinct dump file? each one of them has diferent data filter from cluster
if not, I would use "neo4j-admin copy" with parameters
It is a good approximation to the problem?
Neo4j 3.5.22
Causal Cluster make de dump, and other standalone machines load the file, each machine has its peculiarities
Thanks!
Solved! Go to Solution.
03-23-2022 07:45 AM
Dump files are entire databases, and don't support projections or subsets. A graph is the graph. Post 3.5, the way we've handled these things is for people to partition into subgraphs with different databases, so you would keep different "profiles" if you will in different databases. You could then dump & load these individually as subsets/subgraphs.
But the only way to change what's in a dump file is to change what's in the database, because the dump is generally all or nothing.
03-23-2022 07:45 AM
Dump files are entire databases, and don't support projections or subsets. A graph is the graph. Post 3.5, the way we've handled these things is for people to partition into subgraphs with different databases, so you would keep different "profiles" if you will in different databases. You could then dump & load these individually as subsets/subgraphs.
But the only way to change what's in a dump file is to change what's in the database, because the dump is generally all or nothing.
All the sessions of the conference are now available online