- Commit c6db Implemented better analyzer rewinding
- Commit 357e Fixed bitmap union selection logic
- Commit 4c90 Fixup integer filters before creating integer analyzers
- Commit fea4 Added an analyzer fastpath when all table values pass the filter
- Added the ability to fetch the number of documents corresponding to a given filter without using iterators
- Significantly improved the performance of secondary indexes with rowid filtering
- Added cutoff support to analyzers
- Significantly improved the performance of secondary indexes with non-selective range filters
-
Сhanged PGM resolution for better estimates
-
Commit 0abc Inlined some functions
-
Commit c45d Added inlines; changed codec interface; changed default 64bit codec to fastpfor256
-
Commit 86b3 Added exclude filters to CalcCount
-
Commit 5ccf Changed columnar iterator interface to single-call
-
Commit f7f5 Reduced partial minmax eval depth
- Commit 4f42 Fixed a crash caused by buffer overflow when encoding integer data
- Commit 7653 Fixed a crash caused by using a string filter without a hash func
- Issue #20 Fixed a crash on indexing zero-length MVA attributes
- Commit 102d Bitmap iterator now rewinds only forward
- Commit 24e7 Fixed float range filters vs negative values
- Commit e447 Fixed header integrity checks
- Commit 3c0b Fixed bitmap iterator description on empty result sets
- Commit 4b21 Clamp iterator esitmates for FilterType_e::VALUES
- Issue #1054 Bug on empty string condition