Hi there
Neo4j 4.4.0 on Aura
Creating this exact index takes forever, there is no Year in my database
CREATE INDEX yearValue FOR (y:Year) ON (y.value);
Hi there
Neo4j 4.4.0 on Aura
Creating this exact index takes forever, there is no Year in my database
CREATE INDEX yearValue FOR (y:Year) ON (y.value);
What Neo4j Version?
Does call db.indexes()
report the index is online
or populating
?
Are you running from the Neo4j Browser, cypher-shell or something else?
Thanks for the really quick reply
Neo4j server 4.4.0 on Aura
No the yearValue doesn't show up on db.indexes() listing
Ok now it shows up that it's already exists, which is indeed the case when i run SHOW INDEXES, so I guess it got stuck in the memory at some point but it's weird.