fix(unified-storage): reduce lock contention when pruning (#102425)

This commit is contained in:
Jean-Philippe Quéméner
2025-03-19 12:15:04 +01:00
committed by GitHub
parent 5a004939da
commit 3e3ab8e064
6 changed files with 33 additions and 4 deletions
@@ -17,6 +17,7 @@ WHERE `guid` IN (
`namespace` = 'nn'
AND `group` = 'gg'
AND `resource` = 'rr'
AND `name` = 'na'
) AS `ranked`
WHERE `rn` > 100
);
@@ -17,6 +17,7 @@ WHERE "guid" IN (
"namespace" = 'nn'
AND "group" = 'gg'
AND "resource" = 'rr'
AND "name" = 'na'
) AS "ranked"
WHERE "rn" > 100
);
@@ -17,6 +17,7 @@ WHERE "guid" IN (
"namespace" = 'nn'
AND "group" = 'gg'
AND "resource" = 'rr'
AND "name" = 'na'
) AS "ranked"
WHERE "rn" > 100
);