--- alias: installation-guide-breakingup tags: - database description: "Optimize database performance by strategically dividing files for efficient transaction handling" --- # Breaking Up SQL Server Databases into Multiple Files File access is fundamental and an essential consideration to an OLTP system. If your system is busy (it gets a high number of transactions), or you expect it to be in the future, put in a little planning to prevent waiting for the disk. The next topics will address file placement, as well as log files and adding data. For additional information, please refer to the following links: - [Optimizing TempDB Performance](https://technet.microsoft.com/en-us/library/ms175527.aspx) - [Capacity Planning for TempDB](https://technet.microsoft.com/en-us/library/ms345368.aspx) - [Place Data and Log Files on Separate Drives](https://docs.microsoft.com/en-us/sql/relational-databases/policy-based-management/place-data-and-log-files-on-separate-drives) - [How to Optimally Use SSDs Without Burning Them Out](https://technet.microsoft.com/en-US/video/Hh771099)