in reply to OT: What Hardware is important for large I/O bound processes

There are a lot of things to consider. What's important is how is the data being used, and how often. More reads than writes? Large sequential accesses, or a gazillion short reads/writes all over the place? What's your backup solution? Do you have a need for business copies? And if so, do you need to be able to split of a mirror (almost) instantaneously? How many boxes need to see the disks that form the database? That is, does Oracle run in a cluster, and if so, of how many nodes?

Things that will influence your I/O performance:

  • Comment on Re: OT: What Hardware is important for large I/O bound processes