Sql-server – Where to place tempdb and logfiles

sql serversql server 2014ssdtempdb

I have fallowing configuration for my SQL 2014 server:

  • SSD RAID 1 – for data files
  • SSD RAID 1 – for tempdb? logfiles?
  • HDD (SAS 15K) RAID 1 – for tempdb? logfiles?

I noticed that sql uses tempdb quite heavly and I wonder how shall I place the logfiles and tempdb to optimize the throughput (the application is not very write intensive). Does it make sense to put logfiles and tempdb on the same SSD array or I should better use the HDD array for logfiles?

Best Answer

I have posts on this same subject, but for MySQL and PostgreSQL

I hope my old posts give you insight into doing this for SQL Server