0

Is this possible without any consistency problem. Which popular compression algorithm will best suite for these kind of purpose ?

Vineeth Mohan
  • 18,633
  • 8
  • 63
  • 77

1 Answers1

0

A compressed file system is the simplest way to do that. You can enable compression in NTFS, ZFS or BTRFS, depending on your OS. But the compression is not great.

A fast algorithm with an flexible container would also do. Zip seems workable: How to update one file in a zip archive

Community
  • 1
  • 1
ReneSac
  • 521
  • 3
  • 9