DO I miss something ?

From: Metatrader EA <metatraderea(at)gmail(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: DO I miss something ?
Date: 2016-11-18 13:52:54
Message-ID: CAJNXAk3=Tsqh4myxjonyA3ov9OeM_KB4CReRA1On7YAzJUpV_g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hi,

Do I miss something?
Shouldn't I have some rows from this query ?

Why is it empty?

SELECT relname, idx_tup_fetch + seq_tup_read as TotalReads from
pg_stat_all_tables
WHERE idx_tup_fetch + seq_tup_read != 0
order by TotalReads desc
LIMIT 10;
relname | totalreads
---------+------------
(0 rows)

//Bill

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message vinny 2016-11-18 14:04:46 Re: DO I miss something ?
Previous Message Michael Paquier 2016-11-17 21:49:00 Re: Query hangs sometimes