xpineal
Results
2
issues of
xpineal
At the beginning of client start, there is no table region info in cache. If there are many go routine to access a table at same time, they will miss...
If there are a lot of RPC request to a same table, but the region information not in cache. ```go func (c *client) findRegion(ctx context.Context, table, key []byte) (hrpc.RegionInfo, error)...