Originally posted by: nagger
This is an "old chestnut" type question best discussed with a cold beer.
There is no one correct answer.
Most people protect their paging spaces in these days of cheap disks.
Not mirroring or RAIDing via the ESS (or whatever disk subsystem) means that a paging space disk error will halt your system.
There was a time when specific disks were used for paging.
Now people tend to avoid bad paging by using larger memory - which gives you a larger buffer and more time to free memory up memory in advance. Also large system actually page most of the time - it is just they way they work and users/wokload change process working pages.
Most people now go for the "hose it all about" approach i.e. placing some paging space on lots of disks with the aim to make sure that if you hit a period of bad paging there are lots and lots of disks helping out to get through the peak as quickly as possible.
Which is faster SCSI or ESS? - it depends. There are thousands of ways of doing I/O and caching the data for efficiency.