From: | Konstantinos Agouros <elwood(at)agouros(dot)de> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Performance of a single (big) select and Multiprocessor Machines |
Date: | 2001-01-18 22:41:01 |
Message-ID: | 20010118234101.B25363@rumba.agouros.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
I am currently setting up a logfile-analysis using postgres. The logfiles
are big (some 1 of 2 mio entries a day) which I reduce somewhat. Here comes
my question. Is there a way in postgres to make use of the extra cpu(s) the
machine has for the single tasks of importing the data and doing the
somewhat intensive selects that result from the sheer amount of data.
Today I talked to the Oracle guys at the company they told me one can make
Oracle do that. But who wants to use (and set up) Oracle.
Konstantin
P.S.: Are there other opimization tips besides setting up indizes and
learn to do better sql?
--
Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elwood(at)agouros(dot)de
Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185
----------------------------------------------------------------------------
"Captain, this ship will not sustain the forming of the cosmos." B'Elana Torres
From | Date | Subject | |
---|---|---|---|
Next Message | mg | 2001-01-18 23:04:22 | Why does the JDBC driver not support prepareCall? |
Previous Message | Adam Lang | 2001-01-18 21:37:07 | Re: Re: MS Access data to PostgrSQL data |