Hello, I’m ready to start deploying the service that uses Cassandra as a database.
I have one dedicated server with the following config: Intel Xeon E3 1225v2 4cores 4 threads processor, 3 x 120Gb SSD drive, 32Gb RAM. What is the best option to start using cassandra on production on this server. I want to start using this server for both app and db server. I see that my 2 main options are: 1) 3 nodes running in docker and each node uses different SSD drive for each node. Consistency level 2. 2) 1 node on this server but using different drives for commit log and everything else, third drive of for application. once we grow up add more physical nodes to the cluster. But it seems that one SSD drives can be used both for commit log and everything else… Which one to chose? Any other options? Any thoughts and suggestions are appreciated. Thanks in advance. — Vladimir