Skip to content

MCL 4.0.0

Latest
Compare
Choose a tag to compare
@sanikolaev sanikolaev released this 30 Jan 07:08
· 3 commits to master since this release

Manticore Columnar Library 4.0.0

  • Commit 89ed74a3 - Fixed a crash caused by mismatched filter and secondary index types.
  • Commit 4223c525 - Implemented the NOTNULL filter type for secondary indexes.
  • Commit 020c82ed - Fixed exclude filter handling in columnar accessor for table encoding.
  • Commit 3fb88e65 - Fixed issues with full-scan (NOTNULL) filters on strings.
  • Commit b707d5b0 - Added native exclude filter handling using bitmaps.
  • Commit bd59d083 - Fixed issues with bitmap inversion.
  • Commit ba9e283b - Switched to the hnsw library to fix issues when loading multiple KNN indexes.
  • Commit 89120fa7 - Resolved another bitmap inversion issue.
  • Commit edadc694 - Addressed additional issues with bitmap inversion.
  • Commit 3ff21a80 - Fixed incorrectly enabled secondary indexes for JSON attribute fields affected by updates.
  • Commit 47da6760 - Added support for fetching index metadata.