Re: Large Objects - Mailing list pgsql-sql

From postgresql
Subject Re: Large Objects
Date
Msg-id 20020227204913.A691E476187@postgresql.org
Whole thread Raw
In response to Large Objects  ("Hunter, Ray" <rhunter@enterasys.com>)
List 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 by date:

Previous
From: "Dan Langille"
Date:
Subject: Re: implementation of a many-to-many relationship
Next
From: "Josh Berkus"
Date:
Subject: Re: How slow is DISTINCT?