You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[fea] Decreased heap allocations count in general selection pipeline
[fea] Optimized allocations in fulltext query preparation phase
[fea] Added heuristic for copying transactions, which allows to avoid extra namespace copying if there are no select queries expected. May be disabled via REINDEXER_NOTXHEURISTIC env variable
[fea] Added automatic default values setting on new index creation (except UUID and rtree indexes)
[fea] Improved comparators performance for IN()-conditions
[fix] Fixed potential deadlock on data reading at server startup
[fix] Fixed double fulltext index building after copying transactions
[fix] Fixed incorrect composite indexes detection in some of UPDATE-queries (it could lead to random crashes during updates)
[ref] Deprecated fulltext index option warmup_on_ns_copy. In current implementation reindexer will always build fulltext index after copying transaction