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:
Oliver Gugger
2021-09-20 09:42:18 +02:00
committed by GitHub
12 changed files with 798 additions and 151 deletions

View File

@@ -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)