摘要:
网络上很多谣言是后面跟小表用not in,后面跟大表用not exists,难道真的是这样子的嘛? 情况下面测试: 1、先用小表测试(1000条记录和一张8万条记录的表): SQL> create table not_in_s as select * from dba_objects where o 阅读全文
摘要:
1、innodb存储引擎的增强 A:Online alter table以及索引 alter table t rename index t_idx to t_newidx; Varchar列的大小在线调整的方法: Alter table t1 algorithm=inplace,change col 阅读全文