有时候我们使用
Phoenix
创建一个View
视图表后,然后在上面创建Index
后,在Hbase上Put一条数据后,在Phoenix视图表是查不出数据的,那如何操作才能看到新增加的数据?
使用指南
方式一
drop index ind on "testTable"; create index ind on "testTable"("ext"."userId");
方式二
alter index ind on "testTable" REBUILD;
作者:dounine
链接:https://www.jianshu.com/p/a5c892f36188