Re: postgresql and openmosix migration - Mailing list pgsql-performance

From Richard Welty
Subject Re: postgresql and openmosix migration
Date
Msg-id Mahogany-0.66.0-22456-20040622-140810.00@averillpark.net
Whole thread Raw
In response to Re: postgresql and openmosix migration  ("Bill" <bill@math.uchicago.edu>)
List pgsql-performance
On Tue, 22 Jun 2004 12:31:15 -0500 Bill <bill@math.uchicago.edu> wrote:
> I have installed indicies,

but are there any statistics? vacuum analyze is your friend

> but for the rather computationally
> demanding processes we like to use, like a select query to find the
> commodity with the highest monthly or annual returns, the computer generally
> runs unacceptably slow.  So, other than clustring, how could I achieve a
> speed increase in these complex queries?

1) have you gone to the effort to tune the values in postgresql.conf?

2) have you tried using explain to find out what the query planner is
    up to?

>  Is this better in mysql or
> postgresql?

if there is any complexity to the queries, postgresql will serve you better
if you learn how to use it properly.

richard
--
Richard Welty                                         rwelty@averillpark.net
Averill Park Networking                                         518-573-7592
    Java, PHP, PostgreSQL, Unix, Linux, IP Network Engineering, Security

pgsql-performance by date:

Previous
From:
Date:
Subject: Re: postgresql and openmosix migration
Next
From: "Shea,Dan [CIS]"
Date:
Subject: after using pg_resetxlog, db lost