You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initially discovered in this issue: lightningnetwork/lnd#8809. Some initial analysis re the bucket lookups when calling ListLeasedOutputs, these buckets are visited at least once, with some of them doing key lookup, while others doing cursor iterations,
Initially discovered in this issue: lightningnetwork/lnd#8809. Some initial analysis re the bucket lookups when calling
ListLeasedOutputs
, these buckets are visited at least once, with some of them doing key lookup, while others doing cursor iterations,Will investigate more to see how we can improve this query.
The text was updated successfully, but these errors were encountered: