Re: 7.3.1 New install, large queries are slow

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Roman Fail <rfail(at)posportal(dot)com>
Cc: <josh(at)agliodbs(dot)com>, <pgsql-performance(at)postgresql(dot)org>
Subject: Re: 7.3.1 New install, large queries are slow
Date: 2003-01-16 03:46:16
Message-ID: 20030115194528.U98448-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


On Wed, 15 Jan 2003, Roman Fail wrote:

> Thanks to everyone for the quick replies! I'm sure that my lack of
> skill with SQL queries is the main problem. What's strange to me is
> how MSSQL takes my bad queries and makes them look good anyway. It
> must have a real smart planner.

As a followup, if you do
set enable_indexscan=off;
before running the explain analyze, what does that give you?

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2003-01-16 04:35:00 Re: 7.3.1 New install, large queries are slow
Previous Message Stephan Szabo 2003-01-16 03:40:04 Re: 7.3.1 New install, large queries are slow