Open BrannonKing opened 3 years ago
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.
select distinct name from takeover t where t.height = 658309 and name not in (select distinct nodeName from claim);
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.