Covering Index versus Clustered Index (Database Index)
Posted
by Mestika
on Stack Overflow
See other posts from Stack Overflow
or by Mestika
Published on 2010-05-13T16:50:52Z
Indexed on
2010/05/13
16:54 UTC
Read the original article
Hit count: 529
Hi,
I'm working on a database system and it's indexes, but I'm having a really hard time seing the clear difference between a covering index and a clustered index.
I've googled my way around but hasn't got a clear cut answer on:
- What is the differences between the two types of indexes
- When do I use Covering index and when do I use Clustered index.
I hope someone can explain it to me in a almost children-like answer :-)
Sincerely Mestika
By the way, I'm using IBM DB2 version 9.7
© Stack Overflow or respective owner