Re: What O/S or hardware feature would be useful for databases?

From: PFC <lists(at)peufeu(dot)com>
To: "Lincoln Yeoh" <lyeoh(at)pop(dot)jaring(dot)my>, pgsql-general(at)postgresql(dot)org
Subject: Re: What O/S or hardware feature would be useful for databases?
Date: 2007-06-16 16:10:03
Message-ID: op.tt0u61zrcigqcu@apollo13
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> Seems CPU makers currently have more transistors than they know what to
> do with, so they're adding cores and doing a lot of boring stuff like
> SSE2, SSE3, SSE4, etc.

SSE(n) isn't useless since it speeds up stuff like video encoding by,
say, a few times.

For databases, I'd say scatter/gather IO, especially asynchronous
out-of-order read with a list of blocks to read passed to the OS.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gregory Stark 2007-06-16 16:12:21 Re: Using the power of the GPU
Previous Message PFC 2007-06-16 16:04:08 Re: INSERT ... RETURNING in v8.2