fix: 修复性能测试报告SQL查询频繁很慢的问题

--bug=1009746 --user=刘瑞斌 【性能测试】github#9445,性能测试报告SQL查询频繁、而且查询很慢 https://www.tapd.cn/55049933/s/1093801

Closes #9445
This commit is contained in:
CaptainB 2022-01-19 10:07:22 +08:00 committed by fit2-zhao
parent 0db03627f5
commit 6a16aa8dbb
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
CREATE INDEX load_test_report_detail_report_id_index
ON load_test_report_detail (report_id);