Optimization that changes queries that uses OFFSET/LIMIT and ORDER BY to execute using Top N: i.e. while executing, keep only the top N items seen. This avoids full sort of the whole results, saving space and time.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.