As a temporary fix I need to write some uploaded image files to PostgreSQL 
until a task server can read/process/delete them.  

The problem I've run into (via server load tests that model our production 
environment), is that these read/writes end up pushing the indexes used by 
other queries out of memory -- causing them to be re-read from disk.   These 
files can be anywhere from 200k to 5MB.

has anyone dealt with situations like this before and has any suggestions?  I 
could use a dedicated db connection if that would introduce any options. 



-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to