Answer Posted / praveen kumar k
RAID serves for two data storage requirements
1]Reliability
2]Performance
->Reliability-It maintains multiple copies of same data in
array of disks to make the storage fault tolerant in case of
disk failure.
->Performance-Different bits of a data component is stored
across an array of disks(bit striping) so that access time
is greatly reduced since single read time is enough to read
all the bits since they are in different disks, thus
boosting the performance.
Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
How do I view postgresql data?
How do I find the size of a postgres table?
How to connect to postgres database using pgadmin?
How do I start pgadmin?
How to disable foreign key constraint in postgresql?
How do I view blob data?
How do I connect to a postgresql database?
How is postgresql different from oracle?
Does creating an index lock the table?
How does pgadmin connect to remote database?
How to stop database server in postgresql?
What port does pgadmin use?
How many types of replication are there in postgresql?
How to find table creation date in postgresql?
Is it postgre or postgres?