v17.4+ writes interior trie nodes to the takeover db #403

Open
opened 2021-06-26 13:30:09 +02:00 by BrannonKing · 0 comments
BrannonKing commented 2021-06-26 13:30:09 +02:00 (Migrated from github.com)

For example, see:
select distinct name from takeover t where t.height = 658309 and name not in (select distinct nodeName from claim);
It looks like one third of the nodes in the takeover table are invalid. It's a minor performance issue.

For example, see: ` select distinct name from takeover t where t.height = 658309 and name not in (select distinct nodeName from claim); ` It looks like one third of the nodes in the takeover table are invalid. It's a minor performance issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbrycrd#403
No description provided.