From: | Trygve Laugstøl <trygvis(at)inamo(dot)no> |
---|---|
To: | pgsql-performance(at)postgresql(dot)org |
Subject: | Re: Best OS for Postgres 8.2 |
Date: | 2007-05-08 10:29:09 |
Message-ID: | 464050F5.3070802@inamo.no |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
david(at)lang(dot)hm wrote:
> On Tue, 8 May 2007, Trygve Laugstøl wrote:
>
>>> currently ZFS is only available on Solaris, parts of it have been
>>> released
>>> under GPLv2, but it doesn't look like enough of it to be ported to
>>> Linux
>>> (enough was released for grub to be able to access it read-only, but
>>> not
>>> the full filesystem). there are also patent concerns that are
>>> preventing
>>> any porting to Linux.
>>
>> This is not entirely correct. ZFS is only under the CDDL license and
>> it has been ported to FreeBSD.
>>
>> http://mail.opensolaris.org/pipermail/zfs-discuss/2007-April/026922.html
>>
> I wonder how they handled the license issues? I thought that if you
> combined stuff that was BSD licensed with stuff with a more restrictive
> license the result was under the more restrictive license. thanks for
> the info.
The CDDL is not a restrictive license like GPL, it is based on the MIT
license so it can be used with BSD stuff without problems. There are
lots of discussion going on (read: flamewars) on the opensolaris lists
about how it can/should it/will it be integrated into linux.
> here's a link about the GPLv2 stuff for zfs
>
> http://blogs.sun.com/darren/entry/zfs_under_gplv2_already_exists
That title is fairly misleading as it's only some read-only bits to be
able to boot off ZFS with grub.
--
Trygve
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2007-05-08 10:37:15 | Re: truncate a table instead of vaccum full when count(*) is 0 |
Previous Message | david | 2007-05-08 10:27:01 | Re: Best OS for Postgres 8.2 |