large objects

Поиск
Список
Период
Сортировка
От Pascal Cloup
Тема large objects
Дата
Msg-id CA+ubD0jt=bWDUbGUyFsLm9L5zcPkPg5Z0OCaKSRCDOG1Psby_w@mail.gmail.com
обсуждение исходный текст
Ответы Re: large objects  (hubert depesz lubaczewski <depesz@depesz.com>)
Список pgsql-novice
Hi,

Up to now, to store large objects i used the bytea data type. I experienced this without problem with objects of size of some tens of KBytes, without specifying any options.
Now, i plan to store much larger objects (tens of MBytes). After reading the documentation, it seems that i have two options:

- use the option WITH OIDS during CREATE TABLE or ALTER TABLE
or
- use the large objects capabilities supplied by postgreSQL.

Is it a good idea to store such large objects in DB? and if so, what is the best choice?
I work with postgresSQL 9.4.1, .net and C# under windows.

regards
Pascal

В списке pgsql-novice по дате отправления:

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: what's wrong with this code?
Следующее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: large objects