How do I put my whole PostgreSql database into the RAM for a faster access?? I have 8GB memory and I want to dedicate 2 GB for the DB. I have read about the shared buffers s
if you are pulling data by id, use memcached - http://www.danga.com/memcached/ + postgresql.