X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id C19D6D1B183 for ; Mon, 2 Aug 2004 05:11:09 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 80604-10 for ; Mon, 2 Aug 2004 08:11:08 +0000 (GMT) Received: from mailhost.ics.forth.gr (mailhost.ics.forth.gr [139.91.157.50]) by svr1.postgresql.org (Postfix) with ESMTP id 8374FD1B181 for ; Mon, 2 Aug 2004 05:11:06 -0300 (ADT) Received: from mailhost.ics.forth.gr (nemesis.ics.forth.gr [139.91.157.50]) by mailhost.ics.forth.gr (8.12.10/ICS-FORTH/V10-Server-1.0) with SMTP id i728B4Ex012581 for ; Mon, 2 Aug 2004 11:11:07 +0300 (EEST) Received: (from ASSP-nospam [127.0.0.1]) by mailhost.ics.forth.gr (SAVSMTP 3.1.0.29) with SMTP id M2004080211110702067 for ; Mon, 02 Aug 2004 11:11:07 +0300 Received: from 139.91.157.52 ([139.91.157.52] helo=calliope.ics.forth.gr) by ASSP-nospam ; 2 Aug 04 08:11:07 -0000 Received: from localhost (theohari@localhost) by calliope.ics.forth.gr (8.9.3/ICS-FORTH/V8.2.2C-INTNULL) with ESMTP id LAA12633 for ; Mon, 2 Aug 2004 11:11:07 +0300 (EET DST) X-Authentication-Warning: calliope.ics.forth.gr: theohari owned process doing -bs Date: Mon, 2 Aug 2004 11:11:07 +0300 (EET DST) From: Ioannis Theoharis To: pgsql-docs@postgresql.org Subject: Page Miss Hits Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200408/3 X-Sequence-Number: 2463 Hi, i would like to answer if there is any way in postgres to find the page miss hits caused during a query execution. Is there something like explain analyze with the page miss hits???