【发布时间】:2016-06-08 01:29:43
【问题描述】:
几年前,Facebook 决定在其消息系统中使用 hbase 而不是 cassandra:http://highscalability.com/blog/2010/11/16/facebooks-new-real-time-messaging-system-hbase-to-store-135.html
fb 使用 hbase 的主要原因是与 cassandra 相比,读取速度比写入速度快。这个事实仍然成立吗?我正在使用 cassandra 3.0,将读取一致性级别设置为 ONE 或 TWO 时,读取速度比设置为 ALL 时快。
现在我的问题是:如果 Facebook 必须在 2016 年决定使用 cassandra 或 hbase,它的决定是否仍然是 hbase?
【问题讨论】: