Snapshots and time travel are not ideal for CCPA/GDPR use cases. copy-on-write would be ideal if it were performant. I am embarking on a similar iceberg journey with CCPA/GDPR and trying to get ahead of the curve on potential bottlenecks. My next step is to evaluate insert overwrite (partition) for my use cases. It will also help me in the long run from an optimization perspective.