log schema: Improve filtering performance.
By materializing a single regexp from all lines in known_re, the CPU load by filtering goes down by 90%.
parent
2c27b79b
Please register or sign in to comment
By materializing a single regexp from all lines in known_re, the CPU load by filtering goes down by 90%.