![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I have a table with is partitioned by value by one of column A. It is possible to create primary key on another column B which index will be partitioned like table? |
#3
| |||
| |||
|
|
Hi, I have a table with is partitioned by value by one of column A. It is possible to create primary key on another column B which index will be partitioned like table? |
#4
| |||
| |||
|
|
"alex123" <michalw... (AT) poczta (DOT) fm> wrote in message news:02752f68-e0c6-4d77-9c36-a87942d29934 (AT) g10g2000vbc (DOT) googlegroups.com... Hi, I have a table with is partitioned by value by one of column A. It is possible to create primary key on another column B which index will be partitioned like table? No, If you want a local index to support a primary key or unique constraint the partitioning column(s) have to be a subset of the primary key / unique column(s) |
#5
| |||
| |||
|
|
No, If you want a local index to support a primary key or unique constraint the partitioning column(s) have to be a subset of the primary key / unique column(s) |
#6
| |||
| |||
|
|
No, If you want a local index to support a primary key or unique constraint the partitioning column(s) have to be a subset of the primary key / unique column(s) So if I want to truncate partition of table with primary key I have to rebuild unique index on PK or use 'update global indexes'? I cannot do it without these options? |
![]() |
| Thread Tools | |
| Display Modes | |
| |