Skip to content

Commit

Permalink
Merge pull request #3400 from mjwtc0722/master
Browse files Browse the repository at this point in the history
优化SQL慢查询
  • Loading branch information
xuxueli authored Jan 11, 2025
2 parents 3fa357b + 66e0d56 commit a1269b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/db/tables_xxl_job.sql
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ CREATE TABLE `xxl_job_log` (
PRIMARY KEY (`id`),
KEY `I_trigger_time` (`trigger_time`),
KEY `I_handle_code` (`handle_code`),
KEY `I_jobid_jobgroup` (`job_id`,`job_group`),
KEY `I_job_id` (`job_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

Expand Down

0 comments on commit a1269b4

Please sign in to comment.