remove non-required sorting params

- caused expensive DB scans without use or need
This commit is contained in:
Christoph Kluge
2026-03-13 11:27:45 +01:00
parent 41114f7eda
commit c23d7bd5e5
3 changed files with 0 additions and 3 deletions

View File

@@ -149,7 +149,6 @@
jobsStatistics(
filter: $jobFilter
page: $paging
sortBy: TOTALJOBS
groupBy: CLUSTER
) {
id

View File

@@ -155,7 +155,6 @@
jobsStatistics(
filter: $jobFilter
page: $paging
sortBy: TOTALJOBS
groupBy: CLUSTER
) {
id

View File

@@ -163,7 +163,6 @@
jobsStatistics(
filter: $jobFilter
page: $paging
sortBy: TOTALJOBS
groupBy: SUBCLUSTER
) {
id