mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-11 21:20:39 +02:00
doc: add txospenderindex release note
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.
This commit is contained in:
9
doc/release-notes-35634.md
Normal file
9
doc/release-notes-35634.md
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
`-txospenderindex` enabled to rebuild it.
|
||||
Reference in New Issue
Block a user