Causal clustering

Can causal clustering be used if not all of the data can be stored in a single machine? In other words, in causal clustering should each core store all the data (and thus there is a limitation here) or each core only stores a part of data?

If causal clustering cannot be used to store larger data, is there any plan (in near time, not e.g., several years plan) to support data larger than what is possible to store in a single machine?

Neo4j 4.0 does support sharding - which helps you if your data is larger than a single machine can handle. See When and how to implement Sharding in Neo4j 4.0 - Adam Cowley | Full Stack Developer specialising in Neo4j and Node JS for a very good writeup on this .

1 Like