Is the content of the above linked webpage saying that each node maintains a maximum of 2TB of data? (depending on the compression strategy, does 2TB data require a maximum of 4TB hard drive space?) If so, does it mean that my database server does not need to be equipped with hard drives exceeding 4TB?
If I have a 40-core CPU, 128GB memory and 12x1.8TB hard drives, can I build 3 nodes on this physical machine? Each node has 1 disk for commit log, 2 disks for data? Do I need to configure the limits of available CPU and memory resources for each node? Is it configured in cassandra-env.sh?
There are many questions, thank you very much who can answer me, thank you!