From 453e3471e94b91169beec1e258a06a132d927011 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 02 十二月 2024 15:01:50 +0800 Subject: [PATCH] 1 --- ys.sql | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/ys.sql b/ys.sql index 9328f2d..0b56c2e 100644 --- a/ys.sql +++ b/ys.sql @@ -4,6 +4,11 @@ SHOW BINARY LOGS; RESET MASTER; + +create index index_yssh_gcsj_time on yssh_gcsj(time); +drop index index_yssh_gcsj_time on yssh_gcsj; + +https://blog.csdn.net/qq_63161848/article/details/141591514 ---------------------------------------------------------------------- create table voc_vals ( id bigint not null primary key comment '涓婚敭', @@ -12,6 +17,7 @@ val double(25, 10) comment '鍊�', create_time datetime comment '鍊�' ); + create index voc_vals_val on voc_vals (val); create index voc_vals_time on voc_vals (create_time); ---------------------------------------------------------------------- -- Gitblit v1.9.3