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/11/25 12:24:03 UTC

[GitHub] [apisix] tokers commented on issue #2848: request help: High cpu & network traffic triggered when batch processing router rules with large number of rules

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


   @membphis The `readdir` (in terms of etcd v3, Range Request) is expensive and maybe we can limit the number of records in one call and roundtrip several times to reduce the bandwidth peak, just like pagination.
   
   See https://github.com/etcd-io/etcd/issues/11001 and https://github.com/etcd-io/etcd/blob/master/api/etcdserverpb/rpc.proto#L426 for more details.
   
   


----------------------------------------------------------------
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