If you are using PP (or some multipath softwares), you will use multiple paths, even if using a single LUN.
However, disk queue will be only one, and you *may* want to split in multiple luns, to take advantage of disk queues and SP balance. But only if you really have a high io load.
Depending on your DB schema, you can disk SQL File Groups to split your DB.
Is this database used for online transaction processing (OLTP), i.e. transactional support, or is used for Analytics / Data Warehousing?
If it is OLTP then bandwidth will not be an issue, and it may be coming down to the performance of that particular pool/Fast Cache. I suspect you are ready IOPS to the FastVP Flash drives in the pool, and perhaps not the IOPS from the FastCache drives?
Questions:
1) What is the utilization of the FastVP Flash drives in Unisphere NAR when you see the 500IOPS?
2) What is the latency from a host perspective for that given LUN?
3) How many Database data files make up that 2TB+ Database?
3a)If it is only one, are you seeing significant page-level, file-level locking then blocking? (GAM/SGAM allocations in SQL Server 2005).
RafaelNovo
92 Posts
0
April 29th, 2013 11:00
Hi,
If you are using PP (or some multipath softwares), you will use multiple paths, even if using a single LUN.
However, disk queue will be only one, and you *may* want to split in multiple luns, to take advantage of disk queues and SP balance. But only if you really have a high io load.
Depending on your DB schema, you can disk SQL File Groups to split your DB.
JamesBEMC
257 Posts
0
April 30th, 2013 01:00
Hi John,
Exactly along the lines of what Rava has said.
Is this database used for online transaction processing (OLTP), i.e. transactional support, or is used for Analytics / Data Warehousing?
If it is OLTP then bandwidth will not be an issue, and it may be coming down to the performance of that particular pool/Fast Cache. I suspect you are ready IOPS to the FastVP Flash drives in the pool, and perhaps not the IOPS from the FastCache drives?
Questions:
1) What is the utilization of the FastVP Flash drives in Unisphere NAR when you see the 500IOPS?
2) What is the latency from a host perspective for that given LUN?
3) How many Database data files make up that 2TB+ Database?
3a)If it is only one, are you seeing significant page-level, file-level locking then blocking? (GAM/SGAM allocations in SQL Server 2005).
Cheers
James.
Strebeld
28 Posts
0
August 27th, 2013 20:00
Also if your worried about performance you may think about splitting out TEMPDB into it's own pool of disk and using File groups.