influxdb/tsdb/engine
Jonathan A. Sternberg ad96207868 Fix ORDER BY desc so it doesn't skip values
After reading the initial buffer, ORDER BY desc would read the next
block into the buffer and only read the first element. It's because the
code that was copied from the ascending cursor wasn't modified correctly
to set the position to the last element in the buffer.

The buffer size has also been lowered from 1000 to 10 to match with the
ascending cursor for performance with limit queries.

Fixes #6055.
2016-03-22 09:40:11 -04:00
..
tsm1 Fix ORDER BY desc so it doesn't skip values 2016-03-22 09:40:11 -04:00
engine.go Lint tsdb and tsdb/engine package 2016-02-10 21:33:46 +01:00