Sunnysideup\SearchSimpleSmart\Api\FasterIDLists

turns a query statement of select from MyTable where ID IN (1,,2,3.......999999) into something like: - select from MyTable where ID between 0 and 99 or between 200 and 433 OR - select from MyTable where ID NOT IN (4543)