Hi,
I'm using Neo4j Enterprise v4.2.0.
I need to get a list of every constraint in the database, so I use "SHOW CONSTRAINTS" but the query never finishes.
What is wrong?
Hi,
I'm using Neo4j Enterprise v4.2.0.
I need to get a list of every constraint in the database, so I use "SHOW CONSTRAINTS" but the query never finishes.
What is wrong?
out of curiosity do you know how many indexes/constraints exist? if you have more than 50 of each then we are aware of an issue whereby displyaing indexes/constraints never finishes. This is to be addressed in Neo4j 4.2.4 which should be available end of this week March 12+/-
Hi Dana,
Thanks for the quick reply. Most likely that is the issue because we have 148 constraints in our database.
We'll be waiting the new version then.
Thanks