Can MySQL Cluster handle a terabyte database

后端 未结 4 2141
星月不相逢
星月不相逢 2021-01-05 17:38

I have to look into solutions for providing a MySQL database that can handle data volumes in the terabyte range and be highly available (five nines). Each database row is li

4条回答
  •  感情败类
    2021-01-05 17:57

    Speed wise, it can be handled. Size wise, the question is not the size of your data, but rather the size of your index as the indices must fit fully within memory.

    I'd be happy to offer a better answer, but high-end database work is very task-dependent. I'd need to know a lot more about what's going on with the data to be of further help.

提交回复
热议问题