开发者社区 问答 正文

阿里的hbase怎么异步创建phoenix二级索引?

阿里的hbase怎么异步创建phoenix二级索引?

展开
收起
被纵养的懒猫 2019-09-16 11:30:06 2398 分享 版权
1 条回答
写回答
取消 提交回答
  • 创建异步索引需要用到hadoop 集群 1.先创建异步索引 create index idx_name on table_name (col1) async 2. 然后使用 indexTool 构建索引数据

    2020-03-22 20:14:15
    赞同 展开评论