cassandra node limitations

前端 未结 5 1593
予麋鹿
予麋鹿 2021-02-08 02:58

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

5条回答
  •  独厮守ぢ
    2021-02-08 03:20

    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.

提交回复
热议问题