Web Hosting Talk







View Full Version : How faster SCSI hard drive than IDE ?


Dellow
09-02-2004, 02:40 PM
Greetings ,

I realy want to know how faster the SCSI hard drive than IDE drives , this will help me with choosing my new server .
and which is more important and can effect bowsing speed is to use 1GB RAM or to use SCSI hard drive ?

Thank you,

aleck
09-02-2004, 04:04 PM
if it a static download site - go for RAM, if database-driven or a box will have a lot of write requests (along with read requests of course) - SCSI will help more than RAM in most cases.

p.s. assuming that you'll have backups elsewhere. 'cuz usually SCSI drives have better lifetime than IDE ones, but there are tons of exclusions lately :(

alexmue
09-02-2004, 04:17 PM
the SCSI drive is 2800 rpm faster ;) :D

what is better for you depends on what you do and how much disk-io you have

freeflight2
09-02-2004, 04:25 PM
a 10k SCSI drive is about twice as fast if it comes to DB tasks or swapping

incript_services
09-02-2004, 04:40 PM
lately i heard of SATA drive what is it ???? sorry for my ignorance.And thanks for helping me.

ntwaddel
09-02-2004, 04:49 PM
usually a scsi controller has a dedicated processor for io, where ide uses your cpu for cycles

aleck
09-02-2004, 04:51 PM
Originally posted by alexmue
the SCSI drive is 2800 rpm faster ;) :D how do you know? there are 7200 rpm SCSI drives and IDE RAPTOR is 10k rpm.

as for the swapping - if your system started it the drive will never help. swapping is bad for a server. period.

SATA drives are the serial version of IDE drives while PATA are parallel one.
SATA drives are a bit better than older PATA due to some queue reordering, but still SCSI ones are better yet much more expensive.

incript_services
09-02-2004, 05:07 PM
Hey Thanks Aleck.

aleck
09-02-2004, 06:12 PM
no probs. check out 'mass storage' section on www.tomshardware.com

GideonX
09-02-2004, 08:17 PM
It's not as much how fast 10000 vs 7200rpm, it's the fact that SCSI uses an on board processor as opposed to using the CPU. IDE and SATA both use the CPU for processing, which adds to the overall CPU usage. SCSI is generally more efficient in that aspect.