NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

inline data compaction and existing data

ACHOU_SIMG
5,886 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
5,793 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
5,834 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
5,794 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