v.24.10Improvement
Add Trivial Merge Selector Algorithm for Professional Use
Add a new merge selector algorithm, namedTrivial, for professional usage only. It is worse than theSimplemerge selector. #70969 (Alexey Milovidov).
Why it matters
TheTrivial merge selector algorithm provides an alternative to the existing Simple merge selector. Although it performs worse than Simple, it may be useful for specialized or professional scenarios where different merge behaviors are required.How to use it
Users can enable theTrivial merge selector by specifying it in the appropriate merge selector configuration or setting within ClickHouse where merge selector algorithms are chosen.