mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-12 21:52:53 +02:00
Document that newly indexed `txospenderindex` entries use less disk space and that existing indexes remain readable. Users only need to rebuild the index if they want previously indexed entries rewritten with the smaller marker.
413 B
413 B
Indexes
- The transaction output spender index (
-txospenderindex) now stores one byte less per spender entry for newly indexed blocks. Existing indexes remain compatible and no action is required. To apply the same saving to entries indexed before upgrading, stop the node, delete the<datadir>/indexes/txospenderindex/directory, and restart with-txospenderindexenabled to rebuild it.