From f2cc783043c74821ddbb828ae731f4b100052fe4 Mon Sep 17 00:00:00 2001 From: Andras Banki-Horvath Date: Tue, 17 Aug 2021 16:33:33 +0200 Subject: [PATCH] docs: update release-notes-0.14.0.md --- docs/release-notes/release-notes-0.14.0.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/release-notes/release-notes-0.14.0.md b/docs/release-notes/release-notes-0.14.0.md index 5ed0f03d0a..017a8dc914 100644 --- a/docs/release-notes/release-notes-0.14.0.md +++ b/docs/release-notes/release-notes-0.14.0.md @@ -211,6 +211,13 @@ you. to make it less likely that we retry etcd transactions and make the commit queue more scalable. +* [Flatten the payment-htlcs-bucket](https://github.com/lightningnetwork/lnd/pull/5635) + in order to make it possible to prefetch all htlc attempts of a payment in one + DB operation. Migration may fail for extremely large DBs with many payments + (10+ million). Be careful and backup your `channel.db` if you have that many + payments. Deleting all failed payments beforehand makes migration safer and + faster too. + ## Performance improvements * [Update MC store in blocks](https://github.com/lightningnetwork/lnd/pull/5515)