Re: Same conditions, different planning?

From: Shridhar Daithankar <shridhar_daithankar(at)myrealbox(dot)com>
To: Pedro Alves <pmalves(at)think(dot)pt>
Cc: PostGreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Same conditions, different planning?
Date: 2003-10-22 10:43:45
Message-ID: 3F965F61.30401@myrealbox.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Pedro Alves wrote:
> I'm having serious problems with a mission critical app that runs on
> postgres (and has been running for the past 3 years). It's rather large,
> and lately things are not going well. The planner is getting 'nuts',
> choosing ways that never end and completly stops the database.
> The strange thing is that running the same query with the same database
> with the same conditions in other machine the planner works as expecter and
> all goes well.

Can we see explain analyze for the queries, relevant schema and other details?

And what version of postgresql is this? On what platform?

Shridhar

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pedro Alves 2003-10-22 10:55:15 Re: Same conditions, different planning?
Previous Message Pedro Alves 2003-10-22 10:36:38 Same conditions, different planning?