Hi!! I’m new as a paying Neo4j customer and couldn’t be more excited, I’m about to demo some major functionality within my startup BUT, upon paying for the increased functionality I found myself still subject to the 4000 relationships ceiling and now I couldn’t be more bummed!! Is this anyone else’s experience? Do the constraints go away in a specific window of time, or next day, or…? I’m in a time crunch as a participant in a hackathon that ends in 2.5 days. Thanks in advance for your advice, new friends & customer service team at Neo4j
4000 relationships ... per node? or the total graph ?
My Docker image has way more than 4000 relationships - so it can't be the graph.
And I can't find any limits on the pricing website.
Where did you get this information from?
AuraDB Free is not limited to 4000 relationships. I believe the limit on the free tier is 200,000 nodes and 400,000 relationships.
However, that is the limit of number of nodes/relationships you can have in your graph, it is not related to what can be visualised in Query/Browser/Bloom, they have a limit for what can be displayed in the visualisation, and this is a limit independent of tier.
I believe that by default the limit is 1000 nodes and 5000 records. You can increase this in the settings, but it quickly becomes slow to visualise, and there is an upper limit to what you can set (not sure what the limit is).
If you launch a query in Query (e.g. "MATCH (n) RETURN n") you can see in the panel to the right of the visualised graph that it says "Display limit hit at 1,000 nodes. Edit settings." if the limit was reached. If you click Edit settings you get to where you can change it.