This is very interesting. Thanks for sharing the benchmark. One question I have is did you precondition the SSD ( http://www.sandforce.com/userfiles/file/downloads/FMS2009_F2A_Smith.pdf )? SSD performance tends to take a very deep dive once all blocks are written at least once and the garbage collector kicks in.
________________________________ From: Toke Eskildsen <t...@statsbiblioteket.dk> To: "solr-user@lucene.apache.org" <solr-user@lucene.apache.org> Sent: Thursday, June 6, 2013 7:11 PM Subject: [blogpost] Memory is overrated, use SSDs Inspired by multiple Solr mailing list entries during the last month or two, I did some search performance testing on our 11M documents / 49GB index using logged queries on Solr 4 with MMapDirectory. It turns out that our setup with Solid State Drives and 8GB of RAM (which leaves 5GB for disk cache) performs nearly as well as having the whole index in disk cache; the SSD solution delivering ~425 q/s for non-faceted searches and the memory solution delivering ~475 q/s (roughly estimated from the graphs, sorry). Going full memory cache certainly is faster if we ignore warmup, but those last queries/second are quite expensive. http://sbdevel.wordpress.com/2013/06/06/memory-is-overrated/ Regards, Toke Eskildsen, State and University Library, Denmark