【问题标题】:Is Azure Table storage a column-oriented database like HBaseAzure 表存储是像 HBase 这样的面向列的数据库吗
【发布时间】:2015-08-16 14:05:20
【问题描述】:

我想知道 Azure Table 中的数据是如何存储在磁盘上的?它们是像 HBase 那样以柱状格式存储的吗?

【问题讨论】:

    标签: azure-storage azure-table-storage


    【解决方案1】:

    Microsoft Azure Table 是 Microsoft Azure Storage 的一种形式,一种可扩展的云存储系统。 Azure 存储标记中有三层,流层将位存储在磁盘上,并负责跨多个服务器分发和复制数据,以使数据在标记中保持持久性。请参阅以下论文 (http://sigops.org/sosp/sosp11/current/2011-Cascais/11-calder-online.pdf) 中的“流层”部分,了解我们如何管理硬件上的数据。

    【讨论】:

      【解决方案2】:

      我不能肯定地说,但我不这么认为。 Azure 表存储是键值存储。 HDInsight 是 Azure 的列族存储,基于 Hadoop,类似于 HBase。

      【讨论】:

      • 事实上,面向列的数据库是键值对。 HDInsight 是微软基于云的 Hadoop 服务,而不是存储!
      猜你喜欢
      • 1970-01-01
      • 2020-07-19
      • 2012-04-21
      • 1970-01-01
      • 2018-09-20
      • 1970-01-01
      • 2016-10-02
      • 1970-01-01
      相关资源
      最近更新 更多