Closed netopyr closed 3 weeks ago
Currently I see the these disk reads being required as implicit account creations and auto-associations need to be checked at Ingest for various types of transactions (crypto transfer, ethereum tx, potentially schedule create and schedule sign) given we have the CreationLimits
throttle bucket.
I'll tag up with some other services team members to get their inputs (8/29/2024).
Depending on the transaction type, it is possible that we do quite a few disk reads while checking the throttles. (See for example
ThrottleAccumulator.getAutoAssociationsCount()
.) As disk reads are expensive, we should double-check if they are really required.