bloxbean / yaci-store

A Cardano datastore implementation using Yaci
https://store.yaci.xyz/
MIT License
21 stars 8 forks source link

[Aggregation App] Track only account balance after tip (for specific accounts) #293

Open satran004 opened 4 months ago

satran004 commented 4 months ago

In some scenarios, where we only need the balances of specific accounts, we can start tracking the account balance for the account only after reaching the tip.

At a high level, the following steps should be followed:

This should significantly reduce the sync time for the aggregation app and also the space requirements.