Hi

We are trying to improve Lucene Index writting by writting on SSD Drive (100 GB OCZ RevoDrive X2). But, we are even getting slow results. Below is some results.

Index Writing on SSD Drive


D:\apache-solr-3.4.0\dist>java IndexManager
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See SLF4J Error Codes for further detai
s.
Total time to write one document=2309 ms

D:\apache-solr-3.4.0\dist>java IndexManager
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See SLF4J Error Codes for further detai
s.
Total time to write one document=2059 ms

D:\apache-solr-3.4.0\dist>java IndexManager
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See SLF4J Error Codes for further detai
s.
Total time to write one document=2231 ms


Index Writing on Normal Drive


D:\apache-solr-3.4.0\dist>java IndexManager
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See SLF4J Error Codes for further detai
s.
Total time to write one document=374 ms

D:\apache-solr-3.4.0\dist>java IndexManager
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See SLF4J Error Codes for further detai
s.
Total time to write one document=265 ms

D:\apache-solr-3.4.0\dist>java IndexManager
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See SLF4J Error Codes for further detai
s.
Total time to write one document=281 ms

Please let me know, if any configuration required in Solr or SSD drive

regards,
Jigna Joshi