TL flushes all traces in a block at the block's commit, which is common across all nodes of a chain.
This creates the (theoretical) possibility of super-spikes of DB activity, when updates from multiple chains coincide.
DoD
[ ] Introduce random time jitter during trace commit up to ?? ms
[ ] Ensure unit tests pass
[ ] New TL patch version
[ ] Monitor for a few days in Staging (balances, staking etc) remain consistent
TL flushes all traces in a block at the block's commit, which is common across all nodes of a chain. This creates the (theoretical) possibility of super-spikes of DB activity, when updates from multiple chains coincide.
DoD