I am using "compress" to compress tar file(oracle DB). However it just takes too long for big files. Switching to gzip, zip and zcat won't help too much either. Any recommendations to speed it up or some other utilities?
I don't think you will find something like that... compress utilities require CPU in order to compress, so if you file is too big, then you need lot of process power and lot of time. In fact gzip is faster than others (try bzip2, oof!! horrible, but get better compression)
bzip2 is really slow after trying. Normally I have more than 100GB database for tar and compress daily. The uncompress takes more time to finish by the way. We have to backup/restore few times a day some occasions, so a better utility may be needed.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.