Hacker News new | ask | show | jobs
by b0b0b0b 4628 days ago
I would guess that InnoDB is trying to preserve some behavior of MySQL where full table scans are expected to proceed by primary key order.

The solution sounds fragile; I guess you can't query by extent?