Re: Toast and slice of toast

From: Rémi Cura <remi(dot)cura(at)gmail(dot)com>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: Haribabu Kommi <kommi(dot)haribabu(at)gmail(dot)com>, PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Toast and slice of toast
Date: 2014-02-17 15:25:05
Message-ID: CAJvUf_tRsnPK5YLs=u_3xGfDrpMufD=71KBKsJXLRMRvVcG8EQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks everybody !

Cheers,

Rémi-C

2014-02-17 10:37 GMT+01:00 Andres Freund <andres(at)2ndquadrant(dot)com>:

> On 2014-02-17 14:16:33 +1100, Haribabu Kommi wrote:
> > On Sun, Feb 16, 2014 at 9:38 PM, Rémi Cura <remi(dot)cura(at)gmail(dot)com> wrote:
> >
> > > Hey Dear List,
> > > could somebody point me to some ressources about getting only parts of
> > > toasted data?
> > >
> > > I have a very big custom type and I would like to take blocks of it
> (like
> > > byte A to B then byte C to D then... ).
> > >
> > > I found a function in
> http://doxygen.postgresql.org/tuptoaster_8c.html#calledtoast_fetch_datum_slice, is it the right way to use it
> > > (a for loop and calling it several time?).
> > >
> >
> > "pg_detoast_datum_slice" is the function which will solve your problem.
>
> Note that you need to prevent your type/column from being compressed for
> that being effective. Check the storage options for CREATE TABLE et al.
>
> Greetings,
>
> Andres Freund
>
> --
> Andres Freund http://www.2ndQuadrant.com/
> PostgreSQL Development, 24x7 Support, Training & Services
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rob Goethals / SNP 2014-02-17 15:42:17 Re: could not create lock file postmaster.pid: No such file or directory, but file does exist
Previous Message Albe Laurenz 2014-02-17 15:20:24 Re: could not create lock file postmaster.pid: No such file or directory, but file does exist