PostgreSQL和MySQL的性能对比实验

测试数据库schema:数据库 drop table if exists t1;性能 drop table if exists t2;测试 drop table if exists t3;大数据 create table t1(id int primary key, value1 int, value2 varchar(200));优化 create index s1 on t1(value1);
相关文章
相关标签/搜索