stellar / stellar-core

Reference implementation for the peer-to-peer agent that manages the Stellar network.
https://www.stellar.org
Other
3.11k stars 964 forks source link

background overlay: move doing transaction validation in the background before forwarding to tx queue, fast failing invalid transactions #4316

Open anupsdf opened 3 months ago

marta-lokhova commented 3 months ago

Note that with the switch to BucketList snapshots, we're losing LedgerTxn's internal entry cache, which might be problematic for performance.

MonsieurNicolas commented 2 months ago

Note that with the switch to BucketList snapshots, we're losing LedgerTxn's internal entry cache, which might be problematic for performance.

it sounds like we need a proper performance evaluation to ensure that we don't introduce performance regressions both when closing ledgers (catchup) and when flooding.