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);
相關文章
相關標籤/搜索