Fix memory-intensive getCPFPUnindexedBlocks mysql query
This commit is contained in:
parent
da25577ea7
commit
5eae84bb75
@ -748,6 +748,7 @@ class BlocksRepository {
|
|||||||
SELECT height
|
SELECT height
|
||||||
FROM compact_cpfp_clusters
|
FROM compact_cpfp_clusters
|
||||||
WHERE height <= ? AND height >= ?
|
WHERE height <= ? AND height >= ?
|
||||||
|
GROUP BY height
|
||||||
ORDER BY height DESC;
|
ORDER BY height DESC;
|
||||||
`, [currentBlockHeight, minHeight]);
|
`, [currentBlockHeight, minHeight]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user