opt: param indexScan columnHint/prefix scan #4820
Labels
severity/minor
Severity of bug
type/bug
Type: something is unexpected
type/enhancement
Type: make the code neat or more efficient
Milestone
Introduction
For Cypher Param case, the index scan isn't optimal:
We could see there is no columnHint or prefix scan info for the indexScan, and it fully scans all data(rows: 51).
Contents
Related work
The text was updated successfully, but these errors were encountered: