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
clearIndexing does gen new salt.txt. erigon seg accessor --rebuild doesn't. need add flag --new-salt which will support it
ensure erigon seg accessor --rebuild does rebuild and block accessors and state accessors. add unit-test for it.
Dictionary:
accessors - .idx, .efi, .vi, .bt files. usually not exposed by API for high-level code or user. technical detail of implementation (how do we store data on disk).
index (or inverted_index) - high-level user-facing concept, with public API. Technically can be implemented as many various files on disk (segments + accessors).
The text was updated successfully, but these errors were encountered:
clearIndexing
does gen new salt.txt.erigon seg accessor --rebuild
doesn't. need add flag--new-salt
which will support iterigon seg accessor --rebuild
does rebuild and block accessors and state accessors. add unit-test for it.Dictionary:
accessors
-.idx, .efi, .vi, .bt
files. usually not exposed by API for high-level code or user. technical detail of implementation (how do we store data on disk).index
(orinverted_index
) - high-level user-facing concept, with public API. Technically can be implemented as many various files on disk (segments + accessors).The text was updated successfully, but these errors were encountered: