Skip to content

Comment on Improving Parquet Dedupe on Hugging Face Hub

Comments

How does this compare to rsync/rdiff?

ylowOP

Great question! Rsync also uses a rolling hash/content defined chunking approach to deduplicate and reduce communication. So it will behave very similarly.

One more: do you prefer the CDC technique over using the rowgroups as chunks (ie using knowledge of the file structure)? Is it worth it to build a parquet-specific diff?

ylowOP

I think both are necessary. The cdc technique is file format independent. The row group method makes Parquet robust to it.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.