fix: 修复性能测试报告SQL查询频繁很慢的问题
--bug=1009746 --user=刘瑞斌 【性能测试】github#9445,性能测试报告SQL查询频繁、而且查询很慢 https://www.tapd.cn/55049933/s/1093801 Closes #9445
This commit is contained in:
parent
0db03627f5
commit
6a16aa8dbb
|
@ -0,0 +1,2 @@
|
|||
CREATE INDEX load_test_report_detail_report_id_index
|
||||
ON load_test_report_detail (report_id);
|
Loading…
Reference in New Issue