It's generally recommended that cassandra use two separate disks: one for the commit log and the other for everything else.
However, in what appears to be a recent update to the configuration guidelines, the following phrase appears:
For SSDs it is recommended that both commit logs and SSTables are on the same mount point.
Can anyone explain why it's recommended to only use one disk if it's SSD? Thanks.