mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-03-15 04:17: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(
|
jobsStatistics(
|
||||||
filter: $jobFilter
|
filter: $jobFilter
|
||||||
page: $paging
|
page: $paging
|
||||||
sortBy: TOTALJOBS
|
|
||||||
groupBy: CLUSTER
|
groupBy: CLUSTER
|
||||||
) {
|
) {
|
||||||
id
|
id
|
||||||
|
|||||||
@@ -155,7 +155,6 @@
|
|||||||
jobsStatistics(
|
jobsStatistics(
|
||||||
filter: $jobFilter
|
filter: $jobFilter
|
||||||
page: $paging
|
page: $paging
|
||||||
sortBy: TOTALJOBS
|
|
||||||
groupBy: CLUSTER
|
groupBy: CLUSTER
|
||||||
) {
|
) {
|
||||||
id
|
id
|
||||||
|
|||||||
@@ -163,7 +163,6 @@
|
|||||||
jobsStatistics(
|
jobsStatistics(
|
||||||
filter: $jobFilter
|
filter: $jobFilter
|
||||||
page: $paging
|
page: $paging
|
||||||
sortBy: TOTALJOBS
|
|
||||||
groupBy: SUBCLUSTER
|
groupBy: SUBCLUSTER
|
||||||
) {
|
) {
|
||||||
id
|
id
|
||||||
|
|||||||
Reference in New Issue
Block a user