How to modify the existing un-partitioned indexes to partitioned indexes on partitioned tables? [message #259807] |
Thu, 16 August 2007 10:22 |
doddiv
Messages: 11 Registered: May 2006
|
Junior Member |
|
|
We have some main tables partitioned with created date field as date range with separate tablespaces and data files for each of these partitions. But the indexes on these tables are not partitioned and the indexes are gone to some other tablespaces. Of these indexes, some are for primary keys, some are for unique keys and some are for foreign keys. Of these foreign keys, some references with in the partition tables and some references to lookup tables. The lookup tables are not partitioned. Now we have four years data on all these tables. Is there any way to modify the existing indexes to partitioned indexes? When doing so can the existing partitions be used for the index partitioning? If it is possible what is the best way with minimum down time to perform this task. Can the foreign key indexes to lookup tables are also be possible for partitioning? I appreciate in advance for any help. With regards,
|
|
|
|
|
|