Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 2.94 KB

Changelog.md

File metadata and controls

45 lines (33 loc) · 2.94 KB

Changelog

Version 2.2.4

Minor changes

Bugfixes

  • 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

Version 2.2.0

Major new features

  • 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

Minor changes

  • С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

Bugfixes

  • 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

Version 2.0.4

Bugfixes