亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

mssql insert into 和insert into select性能比較

 更新時(shí)間:2010年03月05日 22:20:08   作者:  
今天沒事,測(cè)了一下insert into和insert into select的性能,沒想到這兩個(gè)性能差別這么大。
使用insert into table(field, ...)values(value, ...),insert into table(field, ...)values(value, ...)...的情況

 

使用insert into table(field, ...)select(value,...) union all select(value,...) union all select(value,...) ...的情況

我一次插入的數(shù)據(jù)是:1190條。用insert into所用的時(shí)間在510毫秒上下徘徊,而用insert into select所用的時(shí)間在16毫秒上下徘徊。

相關(guān)文章

最新評(píng)論