-
Notifications
You must be signed in to change notification settings - Fork 165
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
New Feature Add! Delta compression ratio can reach up to 77.88x! #245
Comments
Good job, what's the meaning for each method |
So you develop a new delta compression algorithm, right? I'm curious about the overhead |
For the question, you can just use |
No,I just use the state of art delta comprassion Gdelta in the Titan, and compared to Xdelta and Edelta.
…------------------ 原始邮件 ------------------
发件人: "tikv/titan" ***@***.***>;
发送时间: 2022年5月30日(星期一) 晚上6:43
***@***.***>;
抄送: "Wang Haitao ***@***.******@***.***>;
主题: Re: [tikv/titan] New Feature Add! Delta compression ratio can reach up to 77.88x! (Issue #245)
So you develop a new delta compression algorithm, right? I'm curious about the overhead
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
@apple-ouyang Do you have any other measurements like the impact one cpu load, disk io etc... ? Also how does it compare to zstd ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Titan now can use delta compression.
Here is my code repository
Acording to the test result, the compression ratio for compressed record can reach up to 77.88x!
However the database disk size shrink ratio is not so big.
You can see my test result below.
Delta Compression procedure
Question
I wanna test the impact of the delta compression for Titan.
But I see 2 tools for testing:
Here is my question:
Test result
Here is the sumary result of
titan_delta_compression_test
Enron Email
517401 records have been put into titan databse!
1.40GB(1420666341) are the size of keys and values
59113 (11.42%) is the number of similar records that can be delta compressed
Wikipedia
1367732 records have been put into titan databse!
19.10GB(20402694776) are the size of keys and values
731224 (53.46%) is the number of similar records that can be delta compressed
The text was updated successfully, but these errors were encountered: