大数据 爬虫Python AI Sql玩转大数据大数据,机器学习,人工智能

Phoenix 索引重建操作

2018-08-16  本文已影响9人  大猪大猪

有时候我们使用Phoenix创建一个View视图表后,然后在上面创建Index后,在Hbase上Put一条数据后,在Phoenix视图表是查不出数据的,那如何操作才能看到新增加的数据?

使用指南

方式一

drop index ind on "testTable";
create index ind on "testTable"("ext"."userId");

方式二

alter index ind on "testTable" REBUILD;
上一篇下一篇

猜你喜欢

热点阅读