From: | Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM> |
---|---|
To: | Gregory Stark <stark(at)enterprisedb(dot)com> |
Cc: | Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Page layout footprint |
Date: | 2008-09-05 09:53:08 |
Message-ID: | 48C10184.8050905@sun.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Gregory Stark napsal(a):
> Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM> writes:
>
>> Hmm, good question. For example ZFS is platform independent, you can take disk
>> from SPARC machine and plug it into x86 and ZFS works perfectly.
>
> FWIW as far as I know *all* filesystems are platform independent. (Of course
> now someone is surely going to find some counter-example) Doesn't really
> change the argument though.
Yeah, of course. I selected bad word. ZFS write data structures in native endian
format. It does not need convert data to correct byte order. Only if you switch
harddisk from SPARC to x86 you need convert bytes order. Other systems has a
penalty for endian conversion on oposit platform or conversion is not supported.
However, I'm not sure if ext3 filesystem which is created on x86 machine is
readable under linux on SPARC machine? FAT32 works fine :-) everywhere.
Maybe optimized platform independence is better term.
Zdenek
--
Zdenek Kotala Sun Microsystems
Prague, Czech Republic http://sun.com/postgresql
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2008-09-05 10:10:30 | Re: Page layout footprint |
Previous Message | Gregory Stark | 2008-09-05 09:39:12 | Re: Page layout footprint |