Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Putting files into fields in a table



PostgreSQL: 8.2

I am looking at the possibility of storing files in some of my database tables.  My concern is obviously performance.  I have configured PostgreSQL to take advantage of Linux file caching.  So my PostgreSQL does not have a large setting for shared_buffers even though I have 24G of memory.  The performance today is very good. 

 

Some questions I have:

 

What data type should I use for fields that hold files?

Is there anything that I should be aware of when putting files into a field in a table?

When PostgreSQL accesses a table that has fields that contain files does it put the fields that contain the files into the shared_buffers memory area?

 

 

Thanks,

 

Lance Campbell

Project Manager/Software Architect

Web Services at Public Affairs

University of Illinois

217.333.0382

http://webservices.uiuc.edu

 



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group