Skip to content

sui_v1.23.0_1712869317_antithesis

@gegaowp gegaowp tagged this 11 Apr 20:07
## Description 

during the backfill, all tables except objects snspshot are committed
all together and day can finish from genesis to latest in 4-5 days after
recent optimization, however the objects_snapshot table took longer.

This PR is to backfill objects snapshot in 2 modes
- during backfill, just populate it with new object changes and stay
updated
- when close to backfill finish, we switch to the original intentionally
lagging update mode

## Test plan 

local run and benchmark to monitor the new perf and correctness

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
Assets 2
Loading