v.25.7Experimental Feature
Changed the default index granularity value
Changed the default index granularity value for text indexes to 64. This improves the expected performance for the average test query in internal benchmarks. #82162 (Jimmy Aguilar Mena).Why it matters
The update addresses performance optimization by adjusting the default index granularity for text indexes, resulting in better average query performance based on internal benchmark tests.How to use it
Users do not need to take any action to enable this improvement as it changes the default setting fortext indexes automatically.