Re: PostgreSQL vs MySQL - Mailing list pgsql-advocacy

From Christopher Browne
Subject Re: PostgreSQL vs MySQL
Date
Msg-id m37jv15h2a.fsf@wolfe.cbbrowne.com
Whole thread Raw
In response to Re: PostgreSQL vs MySQL  (Dan Langille <dan@langille.org>)
Responses Re: PostgreSQL vs MySQL
List pgsql-advocacy
In an attempt to throw the authorities off his trail, threshar@torgo.978.org (Jeff) transmitted:
> One area though is fast recovery - Reloading a multi-GB db from a
> pg_dump is painful, especially if you have foreign keys.  Lots of
> sort_mem helps.

A very interesting approach on a multi-cpu system would be to restore
multiple indices concurrently when working on a single table.  The
locality of reference should allow this to be handled quite
efficiently, as data blocks pulled in for one index should shortly be
used for others.

This ought to get decent parallelism.
--
wm(X,Y):-write(X),write('@'),write(Y). wm('cbbrowne','cbbrowne.com').
http://www3.sympatico.ca/cbbrowne/linuxdistributions.html
"To conquer the enemy without  resorting to war is the most desirable.
The highest form of generalship  is to conquer the enemy by strategy."
-- Sun Tzu, "The Art of War"

pgsql-advocacy by date:

Previous
From: Bruce Momjian
Date:
Subject: Ingres to be released as open source
Next
From: Alexey Borzov
Date:
Subject: Re: have you seen this?