Files
bitcoin/src/dbwrapper.cpp
Andrew Toth b75efa19ba txindex: skip bloom filters and legacy lookups for new databases
New databases never contain legacy ('t' + txid) entries.
Peek at the database before opening it, and if no legacy
entries are found, skip building bloom filters (hashed
entries are only read via iterators, which do not consult
them) and return early from lookups instead of checking
for legacy entries.
2026-08-13 23:31:36 -04:00

15 KiB