by GuyC » Thu Oct 29, 2009 8:38 pm
no.
partitioning index means : an index which is used to decide in which partition (of the table) the data is stored . ie. the first columns in the index are equal to the partition key
nonpartitioned index means an index that has references to all rows of the table and has one Indexpart.
partitioned index is an index which has different parts/indexspaces with in each part references rows of a corresponding tablepart.
I guess you could create an index of which the first columns are equal to the partition key and wouldn't define it partitioned, but I can see only disadvantages.
a partioned index that isn't partitioning (aka DPSI ) can not be defined unique.
I can explain it to you, but i can not understand it for you.