You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/09/11 02:55:56 UTC

[GitHub] [apisix] tokers 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 enviroment

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


   > Improving performance mainly depends on the quality of the rules.
   > 
   > =======
   > thanks for reply
   > 
   > In our system, there are already 1+ million block urls, if every request should be match with each url urls, I'm afraid it won't work. :(
   
   Then a good data structure (something like Trie Tree, or AC Automata?) might be used to optimize the match process, :).


----------------------------------------------------------------
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:
users@infra.apache.org