2009/6/16 Joe Baldwin <[email protected]> > That sounds logical. So if I limit my sort ordering to the initial query > then the objects in pages 2-n will remain hollow? >
Yes. Adding an ordering leads to ORDER BY statements in generated SQL, so all the processing remains the same.
