You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the flux account commands do not hang so badly anymore during a job usage update with the changes made to wrap all of the updates into a single transaction (it used to take more than a couple minutes and now it takes a little less than 8 seconds on a system with very high utilization). I should look to see if there are any other techniques I can use to further optimize the job usage update in addition to wrapping the UPDATE statements into a single transaction, in particular with any of the READ operations from the database.
The text was updated successfully, but these errors were encountered:
It looks like the
flux account
commands do not hang so badly anymore during a job usage update with the changes made to wrap all of the updates into a single transaction (it used to take more than a couple minutes and now it takes a little less than 8 seconds on a system with very high utilization). I should look to see if there are any other techniques I can use to further optimize the job usage update in addition to wrapping theUPDATE
statements into a single transaction, in particular with any of the READ operations from the database.The text was updated successfully, but these errors were encountered: