[GitHub] [apisix] moonming commented on issue #2188: request help: url_block.lua plugin: Is there any performance bottleneck if there are many block rules, say 1000000 url rules in production envirom

2020-09-15 Thread GitBox


moonming commented on issue #2188:
URL: https://github.com/apache/apisix/issues/2188#issuecomment-692680602


   > Can we divide the 1+ million block urls into groups according to their 
hosts?
   > 
   > ===
   > 
   > @spacewander the whole 1+million urls only for one host(upstream) :)
   
   Can you give some examples?
   On the other hand, why are there a million regex rules under the same host?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [apisix] moonming commented on issue #2188: request help: url_block.lua plugin: Is there any performance bottleneck if there are many block rules, say 1000000 url rules in production envirom

2020-09-15 Thread GitBox


moonming commented on issue #2188:
URL: https://github.com/apache/apisix/issues/2188#issuecomment-692679685


   > Improving performance mainly depends on the quality of the rules.
   > 
   > For runtime selection, if better performance is required, streaming 
matching such as hyperscan is needed.
   
   uri match is none business with streaming match



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org