arejula27
29/04/2026 18:12
Revisamos PR #34489
index: batch db writes during initial sync
Link: https://github.com/bitcoin/bitcoin/pull/34489

index: batch db writes during initial sync by furszy · Pull Reques...
Decouples part of #26966.
Right now, index initial sync writes to disk for every block, which is not the best for HDD. This change batches those, so disk writes are less frequent during initial syn...