Large objects system

From: "Rafael B(dot)C(dot)" <bcrafa(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Large objects system
Date: 2013-10-03 09:22:03
Message-ID: CAGgRajegna7XMgHCczDwA6s3st3cVXNMQ-8s6BcT8GbVGKd4jg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I am dealing with the old decision about hiw to store data objects and
trying to understand deep the postgre system including toast,
pg-largedataobject table and so on.

My real doubt right now is why bytea does not gets processed by toast
system even when is grow enough. Since ive read that tuples are not allowed
to expand over several dtabase pages.

Maybe someone has the explanaition for this behavior?

Thank you very much

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Berend Tober 2013-10-03 12:25:08 Re: Whole record returned in stead of field
Previous Message John R Pierce 2013-10-03 09:02:46 Re: how to know cpu utilization using sql command