Re: 500x speed-down: Wrong query plan? - Mailing list pgsql-performance

From Jaime Casanova
Subject Re: 500x speed-down: Wrong query plan?
Date
Msg-id c2d9e70e0601090730l7c6ec2f6gd0af6612a4332c4c@mail.gmail.com
Whole thread Raw
In response to 500x speed-down: Wrong query plan?  (Alessandro Baretta <a.baretta@barettadeit.com>)
List pgsql-performance
On 1/9/06, Alessandro Baretta <a.baretta@barettadeit.com> wrote:
> Hello gentlemen,
>
> Although this is my first post on the list, I am a fairly experienced PostgreSQL
> programmer. I am writing an ERP application suite using PostgreSQL as the
> preferred DBMS. Let me state that the SQL DDL is automatically generated by a
> CASE tool from an ER model. The generated schema contains the appropriate
> primary key and foreign key constraints, as defined by the original ER model, as
> well as "reverse indexes" on foreign keys, allowing (in theory) rapid backward
> navigation of foreign keys in joins.
>
> Let me show a sample join of two tables in the database schema. The information
> provided is quite extensive. I'm sorry for that, but I think it is better to
> provide the list with all the relevant information.
>
> Package: postgresql-7.4

maybe, because you are in developing state, you can start to think in
upgrading to 8.1

--
regards,
Jaime Casanova
(DBA: DataBase Aniquilator ;)

pgsql-performance by date:

Previous
From: Matteo Beccati
Date:
Subject: Re: 500x speed-down: Wrong query plan?
Next
From: Harry Jackson
Date:
Subject: Re: help tuning queries on large database