@david.gordon I have a graph database that contains 1.7 billion nodes. I'd like to create an index on those nodes, for one particular property, but am having little to no success doing so. I think that using "ACTUAL" IDs could help, assuming that I...
Unfortunately, this did not seem to help for my situation.
I load using neo4j-admin import, let it finish (after 4 days), and start the database (9.4TB in size, 1.7B nodes).
The index creation for a single property on a node label stalls at 14% and d...