v.20.1Improvement

Removed Obsolete Fixed Index Granularity from System Logs

Removed fixed index granularity (it was 1024) from system logs because it's obsolete after implementation of adaptive granularity. #7698 (alexey-milovidov)
Removed the fixed index granularity of 1024 from system logs to fully adopt adaptive index granularity.

Why it matters

The removal of the obsolete fixed index granularity improves the storage and query efficiency of system logs by leveraging the adaptive granularity mechanism. This optimizes performance and resource utilization without being constrained by a fixed index size.

How to use it

No user action is required to enable this change. System logs now automatically use adaptive index granularity as the default, improving efficiency transparently.