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: [email protected]
