Skip to content

v4.20.0

Latest
Compare
Choose a tag to compare
@MadSchemas MadSchemas released this 04 Feb 19:18

Core

  • [fea] Optimized indexed strings memory layot (each unique indexed string now requires 20-36 bytes less memory, depending on platform)
  • [fea] Optimized non-built btree-index selection under mixed read/write load
  • [fea] Optimized selections with large documents count in results
  • [fea] Reduced allocations count in inserts/upserts and select-queries
  • [fea] Changed index compatibility check in AddIndex: now dense and regular indexes are treated compatible
  • [fix] Fixed parsing for EQUAL_POSITION with brackets in SQL

Replication

  • [fea] Improved full sync performance for namespaces with large amount of empty document

Reindexer server

  • [fix] Added more TCP-requests format checks
  • [fix] Fixed server.yml format errors

Go connector

  • [fea] Added support for absolute path on Windows platforms in builtin-binding

Build

  • [fix] Fixed build for ARM docker image

Ported

  • [fea/fix] Ported all the fixes and features from v3.31.0