From 2f55cebbad3dea187a5f91d16ec80a9677dab699 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 13 十一月 2024 11:16:53 +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