Closed owen-reorg closed 2 months ago
Add cache for Read/WriteTxIndexTail
The current ReadTxIndexTail takes more than 800ms for a node which preserves all blocks. It does have big impact on the performance. So we add a cache to optimize it.
NA
Description
Add cache for Read/WriteTxIndexTail
Rationale
The current ReadTxIndexTail takes more than 800ms for a node which preserves all blocks. It does have big impact on the performance. So we add a cache to optimize it.
Example
NA
Changes
NA