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

[v6] Prefer xz vdb over rafs #279

Open
prabhu opened this issue Mar 19, 2024 · 0 comments
Open

[v6] Prefer xz vdb over rafs #279

prabhu opened this issue Mar 19, 2024 · 0 comments
Labels

Comments

@prabhu
Copy link
Member

prabhu commented Mar 19, 2024

vdb6 is switching to a sqlite db from the current file-based one. xz compression seems to be performing well with sqlite compared to nydus rafs - 174MB vs 496MB with the latest.

/mnt/work  ls -lh rafs_out                                                                                                                                                                              total 497M
-rw-r--r-- 1 prabhu prabhu 496M Mar 19 14:16 data.rafs
-rw-r--r-- 1 prabhu prabhu 1.2M Mar 19 14:16 meta.rafs

/mnt/work  ls -lh vdb                                                                                                                                                                                         total 13G
-rw-r--r-- 1 prabhu prabhu 434M Mar 19 14:15 data.index.vdb6
-rw-r--r-- 1 prabhu prabhu  34M Mar 19 14:15 data.index.vdb6.tar.xz
-rw-r--r-- 1 prabhu prabhu  13G Mar 19 14:15 data.vdb6
-rw-r--r-- 1 prabhu prabhu 140M Mar 19 14:15 data.vdb6.tar.xz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant