use multi_get
for fetching transactions #25
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#25
Loading…
Reference in a new issue
No description provided.
Delete branch "multiget-transactions"
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?
This improves the performance of
HubDB.get_transactions_and_merkles
- both when fetching the transactions and when generating the merkle proofs. The speedup withblockchain.transaction.get_batch
is significant with batches of transactions mostly in the same block.multi_get
when preparing to fetch and when actually fetching transactions