Skip to content

Commit bccd1f5

Browse files
committed
#AI commit# CC: 添加task_id字段索引 / Add index for task_id field
## 修改内容 / Changes 为exchangis_launched_task_entity表的task_id字段添加索引,提高查询性能 ## SQL文件 / SQL File - 路径: db/1.1.14/exchangis_ddl.sql - 内容: ALTER TABLE exchangis_launched_task_entity ADD INDEX task_id_idx(task_id) Add index on task_id field of exchangis_launched_task_entity table to improve query performance.
1 parent c14d5b8 commit bccd1f5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

db/1.1.14/exchangis_ddl.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-- Add index for task_id field in exchangis_launched_task_entity table
2+
-- 为exchangis_launched_task_entity表的task_id字段添加索引
3+
ALTER TABLE exchangis_launched_task_entity ADD INDEX `task_id_idx`(`task_id`);

0 commit comments

Comments
 (0)