I have a table partitioned on column timestamp, with a primary key on column id. How do I create a locally partitioned index for this PK ?
Related Questions
- I have a table partitioned on column timestamp, with a primary key on column id. How do I create a locally partitioned index for this PK ?
- Is there a way to prevent primary key, foreign key and unique constraints from creating an index?
- Can the users not specify primary key when create a table in Berkeley DB 11gR2?