Improved Inverted Index Creation Performance by 30% with absl::flat_hash_map
Official CH changelog text
Improved the performance of inverted index creation by 30%. This was achieved by replacing std::unordered_map with absl::flat_hash_map. #55210 (Harry Lee).