我们正试图通过写入SSD驱动器(100 GB OCZ RevoDrive X2)来改进Lucene Index写入。但是,我们甚至得到缓慢的结果。以下是一些结果。
在SSD驱动器上编写索引
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
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
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
Total time to write one document=2231 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
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
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
Total time to write one document=281 ms
我们需要调整任何特定的配置设置才能在SSD上更快地运行吗?