We run a Cassandra/Solr cluster, currently with Cassandra and Solr residing on the same hard drive in each node.
I'm looking to add an SSD drive to each node, and effectively separate Cassandra and Solr to separate hard drives. I'd like to add 2 SSDs per node, however due to budgetary constraints I most likely won't be able to purchase 2 separate drives per node right now, and will be limited to 1.
That said, our main use of the database during the day for our customers is that they query the database via our fronted UI/Solr, so the most important thing is to optimize it for all of the potential reads/queries throughout the business day (all processing, analytics, etc happens after hours). Which would be the best/most effective use of the SSD drives, put Solr on them or Cassandra?
I'm not expecting a miracle increase in performance, rather I'm thinking that putting Solr on the faster drive would be more advantageous in our situation, just want to verify I'm looking at this correctly.