Re: Large Objects

Поиск
Список
Период
Сортировка
От postgresql
Тема Re: Large Objects
Дата
Msg-id 20020227204913.A691E476187@postgresql.org
обсуждение исходный текст
Ответ на Large Objects  ("Hunter, Ray" <rhunter@enterasys.com>)
Список pgsql-sql
Ray,

A large object is simply a large amount of data. Like a tif file or any 
other data that you would like to store. Personally, I would not store a 
large object in the database. Instead, use the locale hard disk and refer 
to the path to the object. Your front end would receive the path and 
request the OS for the file. 

ted


-----Original Message-----
From: "Hunter, Ray" <rhunter@enterasys.com>
To: pgsql-sql@postgresql.org
Date: Wed, 27 Feb 2002 08:45:54 -0500
Subject: [SQL] Large Objects

> I have been reading the user manual for largre objects in postgres. 
> What I
> do not understand is when and why you would use them?
> 
> Can someone point me to some good documentation on this...
> 
> 
> Thanks,
> 
> 
> Ray Hunter
> Firmware Engineer
> 
> ENTERASYS NETWORKS
> 
> Phone:        801 887-9888
> Fax:        801 972-5789
> Email:        rhunter@enterasys.com <mailto:rhunter@enterasys.com> 
> www:        www.enterasys.com <http://www.enterasys.com> 
> 
> 




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

Предыдущее
От: "Dan Langille"
Дата:
Сообщение: Re: implementation of a many-to-many relationship
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: How slow is DISTINCT?