Re: MVCC for massively parallel inserts

From: Alex Satrapa <alex(at)lintelsys(dot)com(dot)au>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: MVCC for massively parallel inserts
Date: 2004-01-06 04:01:36
Message-ID: 3FFA3320.4020407@lintelsys.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Joshua D. Drake wrote:
> If you have the money to purchase multiple machines, you can throw more
> hard drives at it...
>
> Hard drives are cheap... (well ide/sata anyway).

Properly set up in a RAID-1/0 array, you'll get much better "bandwidth"
out of those drives. Whether you RAID in software or hardware is up to
you and your budget - but if you choose hardware, make sure you actually
get a hardware RAID controller, not one of the cheapies which are just
multiple-IDE-controllers-with-special-drivers.

We use a 3Ware 7500 (can't remember the model name for the life of me),
with 8 drives in a 4x2 RAID 1/0.

IIRC, if the inserts are done in a transaction, the indexing gets done
at the end of the batch rather than after each insert.

Regards
Alex Satrapa

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Greg Stark 2004-01-06 04:46:18 Re: MVCC for massively parallel inserts
Previous Message Joshua D. Drake 2004-01-06 02:49:03 Re: MVCC for massively parallel inserts