-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
- During enhancing compatibility of jsonrpc apis (Draft PR #599), I found many Ethereum rpc queries depends on grpc queries (rpc server → grpc server) for getting comet block data.
- For every header, block, transactions, receipts , etc… queries, rpc server do many encoding/decoding and hash calculation.
- Actually, one of our backend dev said that, when load of rpc queries is high, he observed grpc server capacity was problem.
- So, I think
- We need to do benchmark testing for rpc server
- And improve performance of rpc
- e.g. indexing eth block header
- e.g. caching eth block header in memory
Metadata
Metadata
Assignees
Labels
No labels