Database Optimization

1. What are indexes
2. What are B-Trees?
3. I have a table which has lot of inserts, is it a good database design to create indexes on that table?
4. What are “Table Scan’s” and “Index Scan’s”?
5. What are the two types of indexes and explain them in detail?
6. What is “FillFactor” concept in indexes?
7. What is the best value for “FillFactor”?
8. What are “Index statistics”?
9. How can we see statistics of an index?
10. How do you reorganize your index, once you find the problem?
11. What is Fragmentation?
12. How can we measure Fragmentation?
13. How can we remove the Fragmented spaces?
14. What are the criteria you will look in to while selecting an index?
15. What is “Index Tuning Wizard”?
16. What is an Execution plan?
17. How do you see the SQL plan in textual format?
18. What is nested join, hash join and merge join in SQL Query plan?
19. What joins are good in what situations?
20. What is RAID and how does it work

No comments:

Post a Comment