On a linux server dedicated to running one application that processes financial transaction input data files that arrive every minute using 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 48 hours.
What is the difference in write performance if writing the log files to a dedicated partition on the main system disk vs writing them to a separate physical disk?