Мы пытаемся улучшить запись в индекс Lucene путем записи на SSD-накопитель (OCZ RevoDrive X2 100 ГБ). Но мы даже получаем медленные результаты. Ниже приведены некоторые результаты.
Индексная запись на 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?