Job Basket Interview Tips
Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Search Jobs
Welcome to jBasket Interviews, where you can ask questions and receive answers from other members about job interviews and job seeking tips.
What are the disadvantages of using indexes in database?
+1
vote
asked
2 years
ago
by
Kelly.Jackson
(
410
points)
database
sql-server
sql
1 Answer
0
votes
Some drawbacks of using indexes are:
1. Growing disk space:
Indexes are stored on the disk, and the amount of space required will depend on the size of the table, and the number and types of columns used in the index. However, disk space is generally cheap enough to trade for application performance.
2. Performance hit with heavy data modifications
Any time a query modifies the data in a table (INSERT, UPDATE, or DELETE), the database needs to update all of the indexes where data has changed
Reference:
http://odetocode.com/articles/70.aspx
answered
2 years
ago
by
Kelly.Jackson
(
410
points)
Related questions
0
votes
1
answer
How indexes help to boost the performance of database queries?
asked
2 years
ago
by
Kelly.Jackson
(
410
points)
database
sql
sql-server
0
votes
1
answer
What do you need to consider when designing indexes in SQL Server database?
asked
2 years
ago
by
Kelly.Jackson
(
410
points)
database
sql-server
sql
0
votes
1
answer
What are clustered Indexes and nonclustered indexes
asked
2 years
ago
by
Kelly.Jackson
(
410
points)
sql
sql-server
database
0
votes
1
answer
Why do you need indexing?
asked
2 years
ago
by
Kelly.Jackson
(
410
points)
sql
database
0
votes
1
answer
What is the role of the business systems analyst in testing?
asked
2 years
ago
by
anonymous
business-analyst
testing