aptos-core icon indicating copy to clipboard operation
aptos-core copied to clipboard

[aptos-rosetta] Improve indexing performance

Open gregnazario opened this issue 2 years ago • 0 comments

Description

Now blocks are looked up via a binary search, and old block info is pruned at the rate of the database.

Test Plan

The current E2E tests, plus some manual testing around the binary search.


This change is Reviewable

gregnazario avatar Jul 29 '22 07:07 gregnazario