Re: Column correlation drifts, index ignored again

From: Kevin Brown <kevin(at)sysexperts(dot)com>
To: Postgres Performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Column correlation drifts, index ignored again
Date: 2004-02-24 21:24:19
Message-ID: 20040224212419.GF3090@filer
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Ed L. wrote:
> How do you know the merge join is spilling to disk? How are you identifying
> that? Just assuming from vmstat? iostat?

The existence of files in $PG_DATA/base/<db-oid>/pgsql_tmp while the
query is running, combined with the EXPLAIN output (which shows what
sorts and joins are being performed).

--
Kevin Brown kevin(at)sysexperts(dot)com

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Robert Treat 2004-02-24 21:48:49 Re: [HACKERS] [SQL] Materialized View Summary
Previous Message Ed L. 2004-02-24 20:54:15 Re: Column correlation drifts, index ignored again