View previous topic :: View next topic |
Author |
Message |
Borek New Member

Joined: 30 Dec 2016 Posts: 1
|
Posted: Fri Dec 30, 2016 2:51 am Post subject: Split operation doesn't respect "not using cache" |
|
|
Hi
I'm not sure if it's a bug but the File Split operation fills memory even when "not using cache" copy mode is selected. Today it caused outage of our production SQL server
Borek |
|
Back to top |
|
 |
ghisler(Author) Site Admin


Joined: 04 Feb 2003 Posts: 35088 Location: Switzerland
|
Posted: Mon Jan 02, 2017 5:14 am Post subject: |
|
|
The "split" function doesn't use any of the special copy modes. The problem with the "big file copy mode" is that it cannot write blocks of any size - it's usually limited to a multiple of the cluster size. This can make it impossible to completely fill a removable medium. _________________ Author of Total Commander
http://www.ghisler.com |
|
Back to top |
|
 |
|