Re: TOAST compression

From: "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: TOAST compression
Date: 2006-02-27 09:33:38
Message-ID: dtuh7k$1269$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


"Josh Berkus" <josh(at)agliodbs(dot)com> wrote
> > While I'm waiting to figure out how to get the size of the toast table,
at
> > least I can provide the speed of query with/without assumed compression
on
> > the 6K text columns.
>
> Check out the table_size view in the newsysviews project. Andrew computed
the
> regular, toast, and index sizes as a query.
>

Will pg_total_relation_size_oid()/pg_total_relation_size_name() do the job?

Regards,
Qingqing

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Evgeny Gridasov 2006-02-27 12:08:19 wal sync method
Previous Message Josh Berkus 2006-02-27 07:17:36 Re: TOAST compression