mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-03-15 12:27:30 +01:00
remove non-required sorting params
- caused expensive DB scans without use or need
This commit is contained in:
@@ -149,7 +149,6 @@
|
||||
jobsStatistics(
|
||||
filter: $jobFilter
|
||||
page: $paging
|
||||
sortBy: TOTALJOBS
|
||||
groupBy: CLUSTER
|
||||
) {
|
||||
id
|
||||
|
||||
@@ -155,7 +155,6 @@
|
||||
jobsStatistics(
|
||||
filter: $jobFilter
|
||||
page: $paging
|
||||
sortBy: TOTALJOBS
|
||||
groupBy: CLUSTER
|
||||
) {
|
||||
id
|
||||
|
||||
@@ -163,7 +163,6 @@
|
||||
jobsStatistics(
|
||||
filter: $jobFilter
|
||||
page: $paging
|
||||
sortBy: TOTALJOBS
|
||||
groupBy: SUBCLUSTER
|
||||
) {
|
||||
id
|
||||
|
||||
Reference in New Issue
Block a user