Re: postgresql and openmosix migration

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: "Bill" <bill(at)math(dot)uchicago(dot)edu>
Cc: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: postgresql and openmosix migration
Date: 2004-06-23 17:31:45
Message-ID: 200406231031.45401.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Bill,

> Ok, so maybe someone on this group will have a better idea. We have a
> database of financial information, and this has literally millions of
> entries. I have installed indicies, 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?

Well, you can do this 2 ways:
1) you can pick out one query at a time, and send us complete information on
it, like Matt's really nice e-mail describes. People on this list will
help you troubleshoot it. It will take a lot of time, but no money.

2) You can hire a PG database expert. This will be much faster, but cost
you a lot of money.

>Is this better in mysql
> or postgresql?

Complex queries? Large databases? That's us. MySQL is obtimized for
simple queries on small databases.

--
Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Rod Taylor 2004-06-23 17:52:39 Re: postgresql and openmosix migration
Previous Message Merlin Moncure 2004-06-23 16:34:42 Re: postgresql and openmosix migration