• Phoenix 4.8


    From v4.8.0 onwards, user can enable to map it’s schema to the namespace so that any table created with schema will be created in the corresponding namespace of HBase.

    Earlier, every table (with schema or without schema) was created in default namespace.

    4.8之前所有表都建在默认namespace中,用 点号 分割

    phoenix 中 schema 和 table 存在 hbase default namespace 中,表名为:schema.table

    4.8之后 phoenix 支持 schema 与 hbase 中 namespace 映射,但是需要额外配置 phoenix.schema.isNamespaceMappingEnabled 属性为True

     
  • 相关阅读:
    Angular(一)
    多变的形状
    二叉树
    快速排序
    冒泡排序
    插入排序
    大话程序猿眼里的高并发架构
    整屏滚动
    增加删除一行标签
    无缝滚动
  • 原文地址:https://www.cnblogs.com/yako/p/9231158.html
Copyright © 2020-2023  润新知