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
Explain the history of postgresql.
What is pg server?
How to create table in particular schema in postgresql?
How many columns can a postgres table have?
How do I alter a table in postgresql?
How do I connect to a postgresql database?
What is psql command?
How to execute postgres function in pgadmin?
How do I connect to postgresql using putty?
PostgreSql Disadvantages
What is pgadmin 4 written in?
Can you store images in postgres?
Why Update is too slow
Do provide an explanation for pgadmin?
How do I stop a postgresql console?