Re: Doubt :- Image_Insert

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: Doubt :- Image_Insert
Дата
Msg-id 1101132609.4697.364.camel@home
обсуждение исходный текст
Ответ на Re: Doubt :- Image_Insert  (Jerome Alet <alet@librelogiciel.com>)
Список pgsql-sql
On Mon, 2004-11-22 at 15:09 +0100, Jerome Alet wrote:
> Hi,
> 
> On Mon, Nov 22, 2004 at 08:54:20AM -0500, Rod Taylor wrote:
> > On Mon, 2004-11-22 at 19:11 +0530, sreejith s wrote:
> > > Hello friends I have a doubt,
> > > Is it possible to insert images into a postgres db. What is its
> > > datatype. Is its possible to insert jpeg images. or v have to store
> > > the path into the db. Pls reply. its urgent.
> > 
> > Use bytea for a datatype. PostgreSQL can comfortably handle 50MB's worth
> > of data and uncomfortably handle 1GB if you have enough RAM per tuple.
> 
> You mean "handle 50MB's worth of data" per tuple or as a whole ?

Per tuple. There is no practical limit to how much it can handle as a
whole.

-- 



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

Предыдущее
От: Jerome Alet
Дата:
Сообщение: Re: Doubt :- Image_Insert
Следующее
От: "Passynkov, Vadim"
Дата:
Сообщение: Re: get sequence value of insert command