mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-09 20:03:25 +02:00
Merge pull request #5640 from bhandras/kvdb-prefetch
kvdb+channeld: extend `kvdb` with `Prefetch` for prefetching buckets in one go and speed up payment control by prefetching payments on hot paths
This commit is contained in:
@@ -267,6 +267,9 @@ you.
|
||||
payments. Deleting all failed payments beforehand makes migration safer and
|
||||
faster too.
|
||||
|
||||
* [Prefetch payments on hot paths](https://github.com/lightningnetwork/lnd/pull/5640)
|
||||
to reduce roundtrips to the remote DB backend.
|
||||
|
||||
## Performance improvements
|
||||
|
||||
* [Update MC store in blocks](https://github.com/lightningnetwork/lnd/pull/5515)
|
||||
|
Reference in New Issue
Block a user