Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-17-2021 06:53 AM
Hello,
On page How Queries Work in Neo4j - Cypher Query Tuning in Neo4j 4.x there is the example
CALL db.resampleIndex(':Person(name)')
When I typed this command I got 'No such index ':Person(name)''
To make it work, I did the following:
:schema
CALL db.resampleIndex('index_1d2d0abd')
Regards
08-17-2021 07:35 AM
Thanks @chribonn
The way indexes are named has changed since the course was written. We will need to correct the course so that one determines the names of the indexes by calling db.indexes() to find the names of the indexes and uses the correct name.
Elaine
All the sessions of the conference are now available online