On a linux server that's dedicated to the running of one application that processes financial transaction data files (the input files arrive every minute say, via sftp) what is the recommendation for writing out log files? The logs are very detailed and therefore large, and are deleted or archived offline every 48hrs.
What differences in write performance would there be between writing these log files to its own dedicated partition on the main system disk vs writing them to a separate physical disk?