- 论坛徽章:
- 0
|
回复 #11 1017of 的帖子
现在速度上去了。
sp_cacheconfig
2> go
Cache Name Status Type Config Value Run Value
------------------------------ --------- -------- ------------ ------------
default data cache Active Default 100.00 Mb 100.00 Mb
------------ ------------
Total 100.00 Mb 100.00 Mb
==========================================================================
Cache: default data cache, Status: Active, Type: Default
Config Size: 100.00 Mb, Run Size: 100.00 Mb
Config Replacement: strict LRU, Run Replacement: strict LRU
Config Partition: 1, Run Partition: 1
IO Size Wash Size Config Size Run Size APF Percent
-------- --------- ------------ ------------ -----------
2 Kb 10240 Kb 0.00 Mb 50.00 Mb 10
16 Kb 10240 Kb 50.00 Mb 50.00 Mb 10
(return status = 0)
bcp速度达到了
Clock Time (ms.): total = 56623 Avg = 0 (8830.33 rows per sec.)
在bcp开始拷贝的时候(前10000行),速度比较慢,后面很快了。。
但是我仍然存在一个问题就是,最开始的时候我并没有更改过任何关于cache的参数,速度也很快。。我再总结一下,感谢大家! |
|