Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support VCD_TARGET compression mode ("source" is earlier target window) #35

Open
GoogleCodeExporter opened this issue Mar 24, 2015 · 12 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. I have a backup archive file with lots of redundant data (OS files, 
similar DB files, etc.) I want to use xdelta like rzip to find block 
matches within the same file. However, when I use xdelta without the -S 
parameter, it only uses 13 MB of RAM, and does not appear to find block 
matches within the same file. Gzip -9 outperforms xdelta significantly in 
this scenario. So I do not think xdelta is even trying to find block 
matches within the same file.
2. I would hope to achieve something like what rzip does. I did another 
contrived test wehere I took one ~400 MB file (file-a.dat), concatenated a 
smaller file (file-b.dat), and then concatnenated the same ~400 MB file 
again. The resulting file-c.dat was not compressed much at all by xdelta 
when no source file was used. See attachment for more details.


What is the expected output? What do you see instead?
I expect a file which is much smaller than what I am getting, as redundant 
blocks from the common OS files and common database pages are eliminated.

What version of the product are you using? On what operating system?
3.0q on Windows XP SP2

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 14 May 2007 at 3:14

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant