I am looking for if cassandra has limitations of node hardware spec like what could be the max storage per node if there is any such limitation.
I intend to use couple o
There are some notes here about large data set considerations.
48 TB of data per node is probably way too much. It will be much better to have more nodes with smaller amounts of data. Periodically you need to run nodetool repair, which involves reading all the data on the machine. If you are storing many terabytes of data on a machine, this will be very painful.
I would limit each node to around 1TB of data.