You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #2174, we introduced batching for block additions. This enables us to write all blocks in a single transaction, improving performance. This includes block headers, bodies, receipts, transactions, storage, and state tries.
The text was updated successfully, but these errors were encountered:
MarcosNicolau
changed the title
Write batch of blocks in a single transaction
Write batch of blocks in a single transaction in add_blocks_in_batchMar 13, 2025
In #2174, we introduced batching for block additions. This enables us to write all blocks in a single transaction, improving performance. This includes block headers, bodies, receipts, transactions, storage, and state tries.
The text was updated successfully, but these errors were encountered: