Skip to content

Instantly share code, notes, and snippets.

View juzi214032's full-sized avatar
🎬
yippee

桔子 juzi214032

🎬
yippee
View GitHub Profile
@juzi214032
juzi214032 / TestIndexMerge.java
Last active February 23, 2021 13:24
MySQL Index Merge 测试
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
/**
* 测试 merge index
*