Thanks for the reply. What I am trying to ask is that, if I do use ORDER BY as seen in the images, there are more records returned 100,000+ rows vs. 100 rows. Will that leads to performance bottleneck as the number of records grows?
@david.allen
Given the scenario where I have a node (label User), I have a property named "status" which is indexed. (But the question I intend to ask this property doesn't matter much)
Based on the images provided, it seems like there will be perf...