refactor(性能测试): 数据表里添加索引
This commit is contained in:
parent
334b607b94
commit
3e95be5e71
|
@ -91,3 +91,7 @@ CREATE TABLE IF NOT EXISTS `report_statistics`
|
|||
`update_time` bigint(13) DEFAULT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE = InnoDB DEFAULT CHARSET = utf8mb4 COLLATE utf8mb4_general_ci;
|
||||
|
||||
create index load_test_report_detail_report_id_index
|
||||
on load_test_report_detail (report_id);
|
||||
|
||||
|
|
Loading…
Reference in New Issue