Re: Storing many big files in database- should I do it?

Поиск
Список
Период
Сортировка
От Justin Graf
Тема Re: Storing many big files in database- should I do it?
Дата
Msg-id 4BD9B7C3.7090309@magwerks.com
обсуждение исходный текст
Ответ на Re: Storing many big files in database- should I do it?  (David Wall <d.wall@computer.org>)
Ответы Re: Storing many big files in database- should I do it?  (Guillaume Lelarge <guillaume@lelarge.info>)
Re: Storing many big files in database- should I do it?  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: Storing many big files in database- should I do it?  (Scott Ribe <scott_ribe@killerbytes.com>)
Список pgsql-general
On 4/29/2010 12:07 PM, David Wall wrote:
>
>
> Big downside for the DB is that all large objects appear to be stored
> together in pg_catalog.pg_largeobject, which seems axiomatically
> troubling that you know you have lots of big data, so you then store
> them together, and then worry about running out of 'loids'.
Huh ???  isn't that point of using bytea or text datatypes.

I could have sworn bytea does not use large object interface it uses
TOAST or have i gone insane

Many people encode the binary data in Base64  and store as text data
type??  Then never have to deal with escaping  bytea data type. Which i
have found can be a pain

All legitimate Magwerks Corporation quotations are sent in a .PDF file attachment with a unique ID number generated by
ourproprietary quotation system. Quotations received via any other form of communication will not be honored. 

CONFIDENTIALITY NOTICE: This e-mail, including attachments, may contain legally privileged, confidential or other
informationproprietary to Magwerks Corporation and is intended solely for the use of the individual to whom it
addresses.If the reader of this e-mail is not the intended recipient or authorized agent, the reader is hereby notified
thatany unauthorized viewing, dissemination, distribution or copying of this e-mail is strictly prohibited. If you have
receivedthis e-mail in error, please notify the sender by replying to this message and destroy all occurrences of this
e-mailimmediately. 
Thank you.


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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Performance and Clustering
Следующее
От: Ozz Nixon
Дата:
Сообщение: Re: Performance and Clustering