Solr benchmark – first blood

This is a quick impression about the freshly installed Solr 3.5 server.
Enviroment
The base system is a Amazon Microinstance equivalent virtual machine running on a HP Microserver. The VM has 600MB ram and 8GB HDD.
System info & benchmarks
1 2 3 4 5 6 7 8 9 10 |
[root@localhost ~]# cat /proc/cpuinfo processor: 0 model name: AMD Athlon(tm) II Neo N36L Dual-Core Processor stepping: 3cpu MHz: 1297.731 cache size: 1024 KB processor: 1 model name: AMD Athlon(tm) II Neo N36L Dual-Core Processor stepping: 3 cpu MHz: 1297.731 cache size: 1024 KB |
1 2 3 4 |
[root@localhost ~]# hdparm -tT /dev/sda /dev/sda: Timing cached reads: 1810 MB in 2.00 seconds = 904.47 MB/sec Timing buffered disk reads: 140 MB in 3.07 seconds = 45.59 MB/sec |
Solr performance
Full index
The data backend … Continue reading