Erblichs wrote:
My two cents,
...
Secondly, if I can add an additional item, would anyone
want to be able to encrypt the data vs compress or to
be able to combine encryption with compression?
Yes, I might want to encrypt all of my laptop's hard drive contents and
I
My two cents,
Assuming that you may pick a specific compression algorithm,
most algorithms can have different levels/percentages of
deflations/inflations which is effects the time to compress
and/or inflate wrt the CPU capacity.
Secondly, if I can add an ad
On Wed, Apr 04, 2007 at 07:57:21PM +1000, Darren Reed wrote:
> From: "Darren J Moffat" <[EMAIL PROTECTED]>
> ...
> >The other problem is that you basically need a global unique registry
> >anyway so that compress algorithm 1 is always lzjb, 2 is gzip, 3 is
> >etc etc. Similarly for crypto a
>From: "Darren J Moffat" <[EMAIL PROTECTED]>
>...
>> The other problem is that you basically need a global unique registry
>> anyway so that compress algorithm 1 is always lzjb, 2 is gzip, 3 is
>> etc etc. Similarly for crypto and any other transform.
>
>I've two thoughts on that:
>1) if t
From: "Darren J Moffat" <[EMAIL PROTECTED]>
...
The other problem is that you basically need a global unique registry
anyway so that compress algorithm 1 is always lzjb, 2 is gzip, 3 is
etc etc. Similarly for crypto and any other transform.
I've two thoughts on that:
1) if there is to be
I suppose what would have been nice to see, architecturally,
was a way to transform data at some part in the pipeline and
to be able to specify various types of transforms, be they
compression, encryption or something else. But maybe I'm
just dreaming without understanding the complexities of
w
Robert Milkowski wrote:
Hello Darren,
Thursday, March 29, 2007, 12:01:21 AM, you wrote:
DRSC> Adam,
...
DRSC> 2) The question of whether or not to use bzip2 was raised in
DRSC>the comment section of your blog. How easy would it be to
DRSC>implement a plugable (or more generic) interfa
Hello Darren,
Thursday, March 29, 2007, 12:01:21 AM, you wrote:
DRSC> Adam,
DRSC> With the blog entry[1] you've made about gzip for ZFS, it raises
DRSC> a couple of questions...
DRSC> 1) It would appear that a ZFS filesystem can support files of
DRSC>varying compression algorithm. If a fil