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 is the purpose of foreign key constraints?
What does create schema do?
What is the blob data type?
How to setup postgresql sysv startup script?
Is postgres a database?
What language does postgresql use?
What is shared_buffers postgresql?
Who owns postgres database?
What is wal in postgresql?
How to create a postgresql database?
Who created postgresql?
What is the password of postgres user?
Is mysql a postgresql?
Can we add foreign key without primary key?
How long does it take to create an index on a large table?