What is raid, and how it can influence database performance?
Answer / Ashok Kumar Swarup
RAID (Redundant Array of Inexpensive Disks) is a method of storing data on multiple disks for increased performance and redundancy. RAID can influence database performance in several ways:n1. Increased read and write speed: RAID 0, also known as striping, writes the same data across multiple disks simultaneously, increasing read and write speed.n2. Data availability: RAID 1, mirroring, maintains a duplicate of all data on separate disks, ensuring that data is still accessible if one drive fails.n3. Fault tolerance: Other RAID levels (RAID 5, RAID 6) provide parity information to recover data in case of drive failure.n4. Wear leveling: Distributing write operations across all disks in a RAID array can help prevent individual drives from wearing out too quickly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Define primary key?
What are the advantages of using cte?
Explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?
select empid empname from employee What is the result for the about query?
Explain nested trigger in sql?
what are batch in sql server?
what are defaults? : Sql server database administration
What is the difference between a Local temporary table and a Global temporary table? How is each one used?
How to delete existing triggers using "drop trigger"?
Does a server store data?
In clustered and non clustered indexes which one is faster while executing a query ?
Can I recover a damaged SQL Server 2008 database with the undamaged .mdb and .ldf files?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)