Description
Snapshot support is very useful for database backup and recovery.
To support Snapshot in HAWQ includes two parts: one is to snapshot for catalog on master local disks and the other is to support snapshot for user data on hdfs. And we need to keep the consistency between the two parts.