Schedule or execute a job to update records
Schedule a date and time to execute an update job or execute the job immediately.
Before you begin
Role required: admin
About this task
Consider scheduling the update job to run during non-business hours to minimize the potential performance impact on your users. Updating a large number of records can degrade performance depending on the size of the table. On instances running MariaDB, UPDATE operations affecting a majority of rows may trigger gap locks, escalating to a full table lock until the update completes. INSERT operations are not affected by this locking behavior.
Procedure
Navigate to All > System Data Management > Update jobs.
Select an update job record.
Determine whether to schedule the update job for a later time or run it right away.
| Option | Description |
|---|---|
| Schedule the update job |
|
| Run the update job now |
|
Result
The records are scheduled for update or updated immediately. If you want to revert the updates to the records, see Rollback an update job.
Parent Topic:Updating records safely in Core UI