Re: [INTERFACES] Large objects, why not use the filesystem? - Mailing list pgsql-interfaces

From Thomas G. Lockhart
Subject Re: [INTERFACES] Large objects, why not use the filesystem?
Date
Msg-id 36B5AB71.ACBA1716@alumni.caltech.edu
Whole thread Raw
In response to Re: [INTERFACES] Large objects, why not use the filesystem?  ("Gregory W Burnham" <gburnham@sfu.ca>)
List pgsql-interfaces
> Ok, I've seen all the xinv* files, I understand that.  But what
> if the benefit of using large objects over files?  If there isn't
> superior performance then why do it?

To provide a consistant access interface in a client-server environment.
Managing one interface is usually easier than managing several (e.g.
postgres, html, ftp, ...) to support a single app.

I would expect the performance of LOs to be somewhat worse than direct
file system access to the same data, for a variety of reasons. But for
many applications that performance difference is not a critical issue.

                      - Tom

pgsql-interfaces by date:

Previous
From: "Gregory W Burnham"
Date:
Subject: Re: [INTERFACES] Large objects, why not use the filesystem?
Next
From: "Gregory W Burnham"
Date:
Subject: Re: [INTERFACES] Large objects, why not use the filesystem?