Re: [HACKERS] Postgresql Caching

2006-10-17 Thread Anon Mous
Hi I've loved reading all of your thoughts and comments. Yet, I'm left with the question:    Can we can brainstorm a caching solution that is workable... I've seen some posts talking about some of the challenges. 1.) Only good for static data As it was proposed that is largely true. This does

[HACKERS] Postgresql Caching

2006-10-15 Thread Anon Mous
Hi I may have a workable idea on a way to add caching to Postgres without disturbing the MVCC functionality. Caching, as I've been reading can provide an amazing and sometimes almost unbelievable performance boost to a database based application, especially for data that is rarely modified. ht