Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Any better compression utility

Status
Not open for further replies.

shieh

MIS
Sep 17, 2002
30
US
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?

Thanks in advance.

Shieh
 
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)

Cheers.
 
bzip2 is very very slow, beware... gzip is faster than bzip2, but bzip2 has a better compression rate than gzip
 
How do you mean 'too long'? Can you not just put the job in the background and get on with whatever you're doing?
 
Perhaps use nice if you must do many simultaneous operations.

Thanks,

Michael42
 
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top