Hi there
Neo4j 4.4 doesn't use label index by default anymore
I mean
MATCH (n:Node)
RETURN n
will trigger a fullnodeScan instead of using the labelscan
How do we fix that?
Thanks
GraphAcademy
CUP
Learn graphs.
Score for your country.
Represent your country in the GraphAcademy Cup.
Complete courses, earn points, and win weekly prizes.
Hi there
Neo4j 4.4 doesn't use label index by default anymore
I mean
MATCH (n:Node)
RETURN n
will trigger a fullnodeScan instead of using the labelscan
How do we fix that?
Thanks
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Missing Label Indexes | 4 | 252 | December 8, 2022 | |
| Data search on a Labeled node | 4 | 413 | December 7, 2020 | |
| Neo4j cypher dsl new version | 1 | 248 | June 21, 2022 | |
| Use index on LABEL (not properties) | 2 | 1188 | March 21, 2019 | |
| Why do these two queries differ a lot in speed? | 8 | 618 | June 24, 2021 |