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


Reply via email to