On Mon, Feb 6, 2012 at 7:39 PM, Bruno Rocha <rochacbr...@gmail.com> wrote:
> 16 GB shared across requests is called "Database", to run a memory like > database you should go with Redis! > :D it sounds a lot... but it is not anymore... specially if you want to serve a lot of requests in realtime ! we are using two machines with 36G for a real commercial application. We use so much memory for implementing a tree for fast research of addresses using phonetics (28M addresses)... using Oracle (a big machine optimized by two DBA experts) was two slow for us (around 1 second per query)... A big improvement was obtained using special indexes (created by lucene) stored in SSD... but still to slow for us... so the only solution was to use a "special" tree all in memory.... just investigating if there is something else in the open source that could save us Weblogic licences.... -- Sebastian E. Ovide