Huge Redshift Snapshot file
.rssnap2 format is a binary file format and it's way bigger than .exr file format. To avoid generation of huge snapshot file, you can save each snapshot as .exr file instead of .rssnap2 file using the option like this:
To set the default option to save snapshot as .exr file in python
TODO when I find the way to do it.