How big of a performance difference is there between a SCSI RAID and a SATA RAID?
We are looking to purchase a new upgraded server for Navision 4.0 and I'm wondering if there is a significant performance benefit from the SCSI RAID over the SATA RAID vs the cost of each.
Our current system has a SCSI RAID-10 and we have been less than impressed with its performance.
Thanks!
0
Comments
SCSI vs SATA
http://www.google.com/search?q=SATA+VS+SCSI
http://www.BiloBeauty.com
http://www.autismspeaks.org
I do a lot of performance tuning and often find systems running on huge hardware, still having issues.
The usual solution is not hardware but keys, indexes, maintenance, archiving, stuff like that.
I KNOW the custom code we received from our VAR is bloated and far from optimized (we have since left them). Our new VAT has suggested the hardware upgrade in conjunction with software optimization. My concern is that any performance gain from scsi over sata is negligible when compared to the cost of the drives.
You do not need to leave your partner to get issues solved. There are specialists that work together with partners in solving issues.
:whistle:
Aside from the codeing/development issues, they provided training only to our accounting department (3 people out of 50). We couldn't even get them back to show the IT department how to manage Navision. It is pretty sad when an accounts-receivable person has to show the IT department how assign permissions and synchronize a user.
What size is your database?
These specs are far superior to the server I use.
Our Drives are 5 SCSI 15K Cheetah Hard Drives
-1 for operating system
-4 for database (2 raid 1's) database split in two.
2 Xeon 2.4GHz
1 GB Ram
Windows 2000 Server
20GB Native Database
Our speed is pretty good
http://www.BiloBeauty.com
http://www.autismspeaks.org
Freelance Dynamics AX
Blog : http://axnmaia.wordpress.com/
I would be guessing, but my guess would be that SQL would be faster with SCSI, but Native with SATA.
On Native-
In rough terms SCSI drives are about double SATA drives and that would mean that you would have twice as many drives if you had SATA, and it would be RAID 1 so there shouldn't be too much of an issue with getting good controllers for SATA. But of course since you have more physical drives, you will need a bigger box, and external drive boxes can be expensive, and I am not sure how easy it is to find external boxes for SATA. But if we are saying twice as many SATA drives, I think it would be faster than SCSI. Keep in mind that with Native the math is easy 2x Drives == 2x speed.
SQL-
(I guess since you have a log file you are on SQL). I think SCSI would be faster. Your DB is going to be on RAID 10, and there are not a lot of RAID 10 SATA controllers, so in the SCSI world you are going to get a controller that knows what to do with those drives, and how to get the most out of them. Also there is a ton of support for SQL on SCSI RAID 10, so I think it would end out being better.
*Disclaimer* I don't know, I am only guessing.