Open
Description
Is your feature request related to a problem? Please describe.
Dumping large databases / tables involves writing very large files to the disk, is expensive in terms of disk io.
Describe the solution you'd like
Add a new compressed output format json.gz to rethinkdb export.
Enable on the fly streaming compression of data files using zlib.