cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Neo4j how to create a label index

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

0 REPLIES 0