ONTAP Discussions

inline data compaction and existing data

ACHOU_SIMG
3,984 Views

Hi,

 

ONTAP 9.1RC1

 

I plan to enable inline data compaction but the volume already has large amuont of data. Does data compaction act on the existing data?

 

Thanks,

1 ACCEPTED SOLUTION

radek_kubka
3,891 Views

Okay, turns out, with ONTAP 9.1 this command (in advanced privilege) will compact existing data:

cluster::*> volume efficiency start -vserver <svm> -volume <volume> -scan-old-data true -compaction true 

 

 

 

View solution in original post

2 REPLIES 2

radek_kubka
3,932 Views

It is inline process, activated whilst data is being written to the storage system, so will have no effect on already stored data:

http://community.netapp.com/t5/Tech-OnTap-Articles/A-Look-Inside-NetApp-Inline-Data-Compaction/ta-p/122362

 

 

radek_kubka
3,892 Views

Okay, turns out, with ONTAP 9.1 this command (in advanced privilege) will compact existing data:

cluster::*> volume efficiency start -vserver <svm> -volume <volume> -scan-old-data true -compaction true 

 

 

 

Public