Re: PostgreSQL

Ignatios Souvatzis <[email protected]> Thu, 2 Feb 2006 15:42:18 +0100
Newsgroups gmane.os.netbsd.current,gmane.os.netbsd.devel.performance,gmane.os.netbsd.devel.general,gmane.os.netbsd.devel.network
Message-ID <[email protected]>
On Thu, Feb 02, 2006 at 02:35:29PM +0100, Johnny Billquist wrote:
> How could it do that? A write is a write is a write.
> One write is one bus cycle. It's always aligned, and the full width of 
> the bus. Otherwise we're talking about the CPU doing a non-aligned 
> write,

m68k and i386 and vax (at least) do that in hardware.


> which is a read-modify-write.

No, because you can write byte-lanes independently.

	-is