From: | Curt Sampson <cjs(at)cynic(dot)net> |
---|---|
To: | Boris Köster <koester(at)x-itec(dot)de> |
Cc: | Gunther Schadow <gunther(at)aurora(dot)regenstrief(dot)org>, <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Mass-Data question |
Date: | 2002-04-17 03:27:49 |
Message-ID: | Pine.NEB.4.43.0204171219140.444-100000@angelic.cynic.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Tue, 16 Apr 2002, [ISO-8859-15] Boris Kster wrote:
> Parallel querying sounds very interesting to me. My current plan was
> to do parallel writing because the hard-drives are not fast enough to
> collect all the data....
If it's really the hard drives that are not fast enough, you've
got a serious problem. The raw write speed of a hard drive is much,
much faster than Postgres.
But even so, it sounds like you have basically the same problem as
I do; how to get loads of data into the system really quickly.
> Normally it sounds not very complex to do parallelized
> reading/writing but getting the results in the right order that is a
> problem.
I don't see why. Just run the queries in parallel and merge the
results as they come in. Just make sure you use the same ORDER BY
on all the queries so you can do a merge sort.
cjs
--
Curt Sampson <cjs(at)cynic(dot)net> +81 90 7737 2974 http://www.netbsd.org
Don't you know, in this new Dark Age, we're all light. --XTC
From | Date | Subject | |
---|---|---|---|
Next Message | Barry Lind | 2002-04-17 05:38:20 | Re: j2sdk1.4.0 jdbc compile errors |
Previous Message | Alvaro Herrera | 2002-04-17 00:19:20 | Re: [HACKERS] Testers needed ... |