Re: How to know detailed information about HOT(Heap-Only Tuples)?

From: 高健 <luckyjackgao(at)gmail(dot)com>
To: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to know detailed information about HOT(Heap-Only Tuples)?
Date: 2013-08-23 02:48:06
Message-ID: CAL454F2b+mqhJrEJZgHhZcLr6V1UmJ=JUCwh0POWPtRh_YSMRg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi:

Thank you all for kindly replying.

I think that I need this: pg_stat_user_tables.n_tup_hot_upd

And Adrian's information is a pretty good material for me to understand
the internal.

Best regards

2013/8/22 Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>

> On 08/21/2013 07:20 PM, 高健 wrote:
>
>> Hi:
>>
>> I have heard that Heap-Only Tuples is introduce from 8.3.
>> And I am searching information for it.
>>
>> How can I get a detailed information of HOT?
>>
>
> http://git.postgresql.org/**gitweb/?p=postgresql.git;a=**
> blob;f=src/backend/access/**heap/README.HOT;hb=HEAD<http://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/backend/access/heap/README.HOT;hb=HEAD>
>
>
> For example:
>> according to a table, How many tuples are heap only tuples , and how
>> many are not?
>>
>> And also , Is there any options which can influence HOT occurrance?
>>
>> Best Regards
>>
>
>
> --
> Adrian Klaver
> adrian(dot)klaver(at)gmail(dot)com
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message 高健 2013-08-23 03:00:28 What is the relationship between checkpoint and wal
Previous Message Don Parris 2013-08-23 00:06:47 Re: Locale Issue