Skip to content

Commit

Permalink
dont need to ORDER BY anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ehigham committed Jul 30, 2024
1 parent fd1b7eb commit 31d74b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions batch/batch/driver/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1559,10 +1559,6 @@ async def compact(tx: Transaction, record: dict):
, R.update_id
, R.job_group_id
, R.inst_coll
ORDER BY R.batch_id ASC
, R.update_id ASC
, R.job_group_id ASC
, R.inst_coll ASC
) AS R ON TRUE
WHERE G.time_completed IS NOT NULL
AND C.id IS NULL
Expand Down

0 comments on commit 31d74b8

Please sign in to comment.