docs/changelogs/v26.2.4.23-stable.md
compatibility=<version less than 26.2> then default value would be the previous one, false. you could turn off/on async inserts on the several levels: in the config in users profiles, for the session, for the query, or for the mergetree table. #97590 (Sema Checherinda).allow_nullable_tuple_in_extracted_subcolumns controls whether extracted Tuple(...) subcolumns from Tuple, Variant, Dynamic and JSON are returned as Nullable(Tuple(...)) (NULL for missing rows) or as Tuple(...) (default tuple values for missing rows). Disabled by default, this setting can only be changed by restarting the server. #97299 (Nihal Z. Miaji).jemalloc_profiler_sampling_rate to control jemalloc's lg_prof_sample and expose it as jemalloc.prof.lg_sample asynchronous metric. #97945 (Antonio Andelic).KeeperRequestTotalWithSubrequests that counts each subrequest within a multi-request individually, providing better visibility into the actual Keeper workload. The existing KeeperRequestTotal event continues to count each multi-request as a single request. #98348 (Antonio Andelic).sumCount aggregate function not being able to read older serialized states after introduction of Nullable(Tuple). Closes #97370. #97502 (Nihal Z. Miaji).LOGICAL_ERROR: Not-ready Set is passed as the second argument for function 'in' when using PREWHERE with IN subquery on MergeTree tables. #98522 (Alexey Milovidov).mongo-c-driver 2.2.2. #98304 (Konstantin Bogdanov).postgres REL_18_3. #98306 (Konstantin Bogdanov).Coordination::setCurrentComponent in prewarmCaches. #98663 (Antonio Andelic).