yaoweibin / ngx_http_substitutions_filter_module

a filter module which can do both regular expression and fixed string substitutions for nginx
607 stars 213 forks source link

Performance expectations for 1K+ subs_filter entries? #28

Open cbray opened 5 years ago

cbray commented 5 years ago

Would >1K subs_filter entries be outside the range of where I could expect reasonable performance on a decently beefy box? Static strings only, no regex. Would 10K? 50K? I could partition the instances down to about 1K minimum, but larger aggregations would be preferred. Thank you.