Re: Compression Question

2021-12-14 Thread Mark Phippard
On Tue, Dec 14, 2021 at 10:56 AM Luke Mauldin wrote: > > When compression is enabled at the SVN level, what exactly does it compress? > Does it just compress the original file content and the deltas? I am really just a layman so cannot explain it accurately ... but here goes. SVN does not reall

Re: Compression Question

2021-12-14 Thread Luke Mauldin
When compression is enabled at the SVN level, what exactly does it compress? Does it just compress the original file content and the deltas? > On Dec 14, 2021, at 8:44 AM, Mark Phippard wrote: > > On Mon, Dec 13, 2021 at 2:31 PM Luke Mauldin wrote: >> >> From reading the documentation, I can

Re: Compression Question

2021-12-14 Thread Mark Phippard
On Mon, Dec 13, 2021 at 2:31 PM Luke Mauldin wrote: > > From reading the documentation, I can see that Subversion 1.14 supports both > zlib and lz4 compression. I am running Subversion on FreeBSD 13.X on ZFS > which supports native zstd compression. Some of the repos I host are > relatively l

Re: Compression Question

2021-12-14 Thread Mark McKeown
There is a set of benchmarks comparing the algorithms (lz4, zstd, zlib etc) and the tradeoffs here: http://facebook.github.io/zstd/ cheers Mark On Mon, Dec 13, 2021 at 10:14 PM Nathan Hartman wrote: > On Mon, Dec 13, 2021 at 2:31 PM Luke Mauldin > wrote: > > > > From reading the documentation

Re: Compression Question

2021-12-13 Thread Nathan Hartman
On Mon, Dec 13, 2021 at 2:31 PM Luke Mauldin wrote: > > From reading the documentation, I can see that Subversion 1.14 supports both > zlib and lz4 compression. I am running Subversion on FreeBSD 13.X on ZFS > which supports native zstd compression. Some of the repos I host are > relatively l