mechanism used to store images in Postgres - Mailing list pgsql-hackers

From Eric@barrodale.com (Eric Davies)
Subject mechanism used to store images in Postgres
Date
Msg-id 98ea9e00.0311211627.7e74ebb7@posting.google.com
Whole thread Raw
List pgsql-hackers
We're looking at storing the equivalent of very large rasters images
in
postgres. Our understanding is that postgres stores large objects
as little pieces in rows of a table. As our images would be 30MB-4GB
in size, this would be a lot of rows. Has anybody used a different
mechanism to store their data that offers higher performance?

Thank you,
Eric.


pgsql-hackers by date:

Previous
From: "Tom Hebbron"
Date:
Subject: Re: Handy user/group hack
Next
From: Chester Kustarz
Date:
Subject: Re: [PERFORM] More detail on settings for pgavd?