Re: [SQL] sql performance and cache

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Chris Faulkner <chrisf(at)oramap(dot)com>
Cc: Pgsql-Performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: [SQL] sql performance and cache
Date: 2003-10-11 11:26:29
Message-ID: 3F87E8E5.1000203@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance pgsql-sql


> Nested Loop (cost=0.00..147.11 rows=1 width=148) (actual
> time=84.00..12323.00 rows=67 loops=1)

The planner estimate doesn't seem to match reality in that particular
step. Are you sure you've run:

ANALYZE oscar_node;
ANALYZE oscar_point;

And you could even run VACUUM FULL on them just to make sure.

Does that make any difference?

Chris

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Richard Huxton 2003-10-11 11:55:08 Re: [SQL] sql performance and cache
Previous Message Christopher Kings-Lynne 2003-10-11 11:26:23 Re: [SQL] sql performance and cache

Browse pgsql-sql by date

  From Date Subject
Next Message Richard Huxton 2003-10-11 11:55:08 Re: [SQL] sql performance and cache
Previous Message Christopher Kings-Lynne 2003-10-11 11:26:23 Re: [SQL] sql performance and cache