You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pre-compile mapping_includes filter in LogsdbIndexModeSettingsProvider (#136899)
Some recent profiling showed that compiling the mapping_includes filter in
LogsdbIndexModeSettingsProvider#getMappingHints was very expensive. This PR
moves that work so that it only happens once, when the class is
constructed
0 commit comments