What is best when using solr… using a separate HDD or SSD for hosting solr index data? Or just a separate partition on HDD?
Just concern about Search & Indexing performance on solr on Windows Server R2.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Putting the index data in the same partition as other services has no benefits as Solr will still compete with other processes for access to the same spindle.
It is standard procedure for all search engines to place the index in a separate spindle from other data.
SSDs are a viable option for storing index data even though they are not widely used for critical data. SSDs are much faster than HDDs but not as reliable. This is not a concern with indexes though, as you can “easilly” rebuild the index if the SSD crashes.