Expose --index_address_statuses
setting and improve first sync performance #35
No reviewers
Labels
No labels
area: database
area: documentation
area: elasticsearch
area: herald
area: packaging
area: scribe
consider soon
critical
dependencies
good first issue
hacktoberfest
help wanted
improvement
needs: repro
new feature
priority: blocker
priority: high
priority: low
priority: medium
type: bug
type: bug-fix
type: discussion
type: feature request
type: improvement
type: new feature
type: refactor
type: task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/hub#35
Loading…
Reference in a new issue
No description provided.
Delete branch "optional-address-history-status"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
--index_address_statuses
flag, off by default. This is used to turn on/off the index of status hashes for addresses added in https://github.com/lbryio/scribe/pull/17 to allow scribe to run with fewer resources necessary. The index adds ~10gb to the database, it makes processing new blocks slower but makes handling the notifications for the addresses touched by transactions in the block much faster.--cache_all_tx_hashes
to be on--index_address_statuses
) when caught up after startup, including after first initial-sync.