Re: pg_statio_all_tables columns - Mailing list pgsql-performance

From Giuseppe Broccolo
Subject Re: pg_statio_all_tables columns
Date
Msg-id 5249A733.5070904@2ndquadrant.it
Whole thread Raw
In response to Re: pg_statio_all_tables columns  (Xenofon Papadopoulos <xpapad@gmail.com>)
List pgsql-performance
Il 30/09/2013 16:41, Xenofon Papadopoulos ha scritto:
> Should this ratio stay low even in the case of a write-heavy table?

Yes, in my opinion. Before data manipolation, database pages are moved
on the shared buffer. heap_blks_read and heap_blks_hit are involved in
those operations, not directly in data persistance on hard driver.

Giuseppe.

--
Giuseppe Broccolo - 2ndQuadrant Italy
PostgreSQL Training, Services and Support
giuseppe.broccolo@2ndQuadrant.it | www.2ndQuadrant.it



pgsql-performance by date:

Previous
From: Xenofon Papadopoulos
Date:
Subject: Re: pg_statio_all_tables columns
Next
From: Jeff Janes
Date:
Subject: Re: pg_statio_all_tables columns