What are the tradeoffs between many vs few indexes? When would you want to have many, and when would it be better to have fewer?



What are the tradeoffs between many vs few indexes? When would you want to have many, and when would..

Answer / Anjana Yadav

Having multiple indexes can lead to faster data retrieval due to reduced I/O operations. However, more indexes can increase CPU consumption during insert, update, and delete operations because of the need to maintain the indexes. Having few indexes can result in slower query performance but better write performance due to less overhead. It is best to have as few indexes as possible while still providing acceptable query performance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle DBA (Database Administration) Interview Questions

What are the five main functions of a database administrator?

1 Answers  


What degree do database administrators need?

1 Answers  


Tell me about standby database? What are some of the configurations of it?

1 Answers  


How many dba can you have?

1 Answers  


Explain the wait events in statspack report 'db scattered read'?

1 Answers  


Show one instance when you encountered an error in alert log and you overcome that error. What actions you took to overcome that error.

1 Answers  


What should a dba know?

1 Answers  


What is the dba role in oracle?

1 Answers  


What are the main functions of dba?

1 Answers  


Why do we need a database?

1 Answers  


What is pga_aggregate_target?

1 Answers  


A developer is trying to create a view and the database won’t let him. He has the "developer" role which has the "create view" system privilege and select grants on the tables he is using, what is the problem?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)