03 2021 档案

摘要:SET UNIQUE_CHECKS=0 SET AUTOCOMMIT=0 快速插入,试了下 100完毕 40秒。 插入后再 SET UNIQUE_CHECKS=1 SET AUTOCOMMIT=1 设置成1后数据会出来 阅读全文
posted @ 2021-03-31 18:10 IT-Jack 阅读(86) 评论(0) 推荐(0)
摘要:1.存储过程 插入表数据 循环 create procedure u_head_and_low_pro() BEGIN DECLARE i INT DEFAULT 0; WHILE i < 1000000 DO INSERT INTO tb_test(userName,useStatus)VALUE 阅读全文
posted @ 2021-03-31 17:38 IT-Jack 阅读(273) 评论(0) 推荐(0)
摘要:<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="initial-scal 阅读全文
posted @ 2021-03-01 18:27 IT-Jack 阅读(148) 评论(0) 推荐(0)