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
What are indexes in postgresql?
How do I alter a column in postgresql?
Why Update is too slow
Does toad work with postgres?
What is the point of foreign keys?
What is unlogged table?
How to create table in particular schema in postgresql?
How do you delete a column?
How the stats updated in postgresql?
How do I view blob data?
How to create table with timestamp in postgres?
What is bigint in postgresql?
What type of database is postgres?
Is postgresql a relational database?
Does drop table remove indexes?