Optimization: sequential scanning
Closed this issue · 0 comments
mattgodbolt commented
Currently each query is treated individually, and the zlib decompressor is rewound each time to the beginning of the chunk. If a set of queries needs a sequential scan, it would be faster to continue from the previous point rather than throw away the work done so far.