Обсуждение: Re: large objects are "deprecated" ?

Поиск
Список
Период
Сортировка

Re: large objects are "deprecated" ?

От
Kris Jurka
Дата:
Marc Herbert wrote:
> Hi Kris,

Please send JDBC questions to the pgsql-jdbc@postgresql.org mailing
list, not any individual developers.

> doc/pgjdbc.xml, written by Peter Eisentraut. Concerning Large
> Objects, this document claims:
>
>  PostgreSQL provides two distinct ways to store binary data. [in the
>  table, or outside the table] In order to determine which method is
>  appropriate you need to understand the limitations of each method....
>
> Peter himself says the opposite, at least that's what I understood from:
>
>  http://permalink.gmane.org/gmane.comp.db.postgresql.odbc/4971

Large objects are not deprecated.  As the documentation claims there are
advantages and drawbacks to using each datatype.  The decision of which
to use really revolves around how much data you intend to store.

Kris Jurka