In our organization, we must now back up our datafiles to a network attached storage device. In order to save space, we have to compress the datafiles. Does anyone know of a faster method than compress? I looked at bzip2, pack, gzip, but they don't seem any better. Is there any other methods to try (like copy local, then compress then copy back?) Any hints to improve performance? Thanks.