greenlion / warp

WarpSQL Server, an open source OLAP focused distribution of the world's most popular open source database bundled with OLAP performance related plugins such as the WARP storage engine..
http://warpsql.blog
Other
41 stars 2 forks source link

Improve index lookups so 'ranges to the right rule' is not required #40

Closed greenlion closed 3 years ago

greenlion commented 3 years ago

WARP can use all the parts of an explicit key so remove the logic that enforces the rules for b-tree searches on range scans.

greenlion commented 3 years ago

Fixed in transaction branch