I am storing around 50TB of files and I would only like to store the most current 2TB of the files in one set of storage (SSD) and the rest somewhere else (spinning Disk). We use System.File.Document to store our files. Does anyone know of a way to either move the file (I don't see a way to change the directory for a file after it has been put into the database) or save the files into different storage?
↧