[PERFORM] PostgreSQL to host e-mail?

2007-01-04 Thread Charles A. Landemaine
o know how PostgreSQL could handle such a large amount of data. How much RAM would I need? I expect my users to have a 10GB quota per e-mail account. Thanks for your advice, -- Charles A. Landemaine. ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

[PERFORM] PostgreSQL to host e-mail?

2007-01-04 Thread Charles A. Landemaine
o know how PostgreSQL could handle such a large amount of data. How much RAM would I need? I expect my users to have a 10GB quota per e-mail account. Thanks for your advice, -- Charles A. Landemaine. ---(end of broadcast)--- TIP 3: Have you checked our ext

[PERFORM] How to handle a large DB and simultaneous accesses?

2006-01-10 Thread Charles A. Landemaine
to sort of cache search results? We're using PHP5 + phpAccelerator. Thanks, -- Charles A. Landemaine. ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org

[PERFORM] Loading the entire DB into RAM

2006-04-07 Thread Charles A. Landemaine
I have a web server with PostgreSQL and RHEL. It hosts a search engine, and each time some one makes a query, it uses the HDD Raid array. The DB is not very big, it is less than a GB. I plan to add more RAM anyway. What I'd like to do is find out how to keep the whole DB in RAM so that each time s

Re: [PERFORM] Loading the entire DB into RAM

2006-04-07 Thread Charles A. Landemaine
On 4/7/06, Matt Davies | Postgresql List <[EMAIL PROTECTED]> wrote: > Out of curiosity, what are you using as the search engine? Thank you. We designed the search engine ourself (we didn't use a ready-to-use solution). -- Charles A. Landemaine. ---(en