Re: pg_migrator and an 8.3-compatible tsvector data type - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: pg_migrator and an 8.3-compatible tsvector data type
Date
Msg-id 4A1F3459.80601@agliodbs.com
Whole thread Raw
In response to Re: pg_migrator and an 8.3-compatible tsvector data type  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Bruce,

> Sure, but that assumes you have parallel I/O channels;  I assume right
> now it is I/O limited.

Even a simple cp will be speeded up between 50% and 150% (depending on 
your storage) by doing several files in parallel.  However, I'm not sure 
that's what you should be spending your time on.

-- 
Josh Berkus
PostgreSQL Experts Inc.
www.pgexperts.com


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pg_migrator and an 8.3-compatible tsvector data type
Next
From: Andrew Dunstan
Date:
Subject: Re: Python 3.0 does not work with PL/Python