Re: How to improve db performance with $7K?

From: "Jim C(dot) Nasby" <decibel(at)decibel(dot)org>
To: Richard_D_Levine(at)raytheon(dot)com
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-performance(at)postgresql(dot)org, pgsql-performance-owner(at)postgresql(dot)org, "Mohan, Ross" <RMohan(at)arbinet(dot)com>
Subject: Re: How to improve db performance with $7K?
Date: 2005-04-20 00:15:23
Message-ID: 20050420001523.GU58835@decibel.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Tue, Apr 19, 2005 at 11:22:17AM -0500, Richard_D_Levine(at)raytheon(dot)com wrote:
>
>
> pgsql-performance-owner(at)postgresql(dot)org wrote on 04/19/2005 11:10:22 AM:
> >
> > What is 'multiple initiators' used for in the real world?
>
> I asked this same question and got an answer off list: Somebody said their
> SAN hardware used multiple initiators. I would try to check the archives
> for you, but this thread is becoming more of a rope.
>
> Multiple initiators means multiple sources on the bus issuing I/O
> instructions to the drives. In theory you can have two computers on the
> same SCSI bus issuing I/O requests to the same drive, or to anything else
> on the bus, but I've never seen this implemented. Others have noted this
> feature as being a big deal, so somebody is benefiting from it.

It's a big deal for Oracle clustering, which relies on shared drives. Of
course most people doing Oracle clustering are probably using a SAN and
not raw SCSI...
--
Jim C. Nasby, Database Consultant decibel(at)decibel(dot)org
Give your computer some brain candy! www.distributed.net Team #1828

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Jim C. Nasby 2005-04-20 00:30:54 Re: immutable functions vs. join for lookups ?
Previous Message Jim C. Nasby 2005-04-20 00:12:24 Re: How to improve db performance with $7K?