Quantcast
Channel: Question and Answer » oracle
Viewing all articles
Browse latest Browse all 717

Compressing partition – what about index?

$
0
0

To save space on disk I want to compress some partitions of my tables:

alter table TEST_TAB move partition TEST_TAB_2014 compress for all operations;

I have also indexes on this partition.
Should I recreate indexes after compression, or is it not necessary?


Viewing all articles
Browse latest Browse all 717

Trending Articles