jjz
(Jenbonzhang)
1
- neo4j vesion 5.4
- I have created index
max or order by not used index
The query has no predicate (where clause) that specifically calls out time. Can you add the clause:
WHERE r.time IS NOT NULL
to the query?
jjz
(Jenbonzhang)
4
Thank you It solved my problem