apache / incubator-horaedb-meta

Meta service of HoraeDB cluster.
https://horaedb.apache.org
Apache License 2.0
27 stars 15 forks source link

When there are a lot of route table requests, the CPU usage of the node is extremely high #181

Closed ZuLiangWang closed 1 year ago

ZuLiangWang commented 1 year ago

Description CeresMeta provides route table GRPC interface to CeresDB, we found that when there are a lot of route table requests, the CPU usage of the node is extremely high.

Proposal Found the reason that the CPU usage of the node is extremely high, there may be hot code that needs to be optimized for performance.

Additional context