spyql
spyql copied to clipboard
Processor for getting the top/bottom n rows
Memory-based processor that only stores the top/bottom rows in queries of type:
ORDER BY ...
LIMIT x
where x
is not too large.