我一用更新列...从卡桑德拉-CLI创建二级索引,然后我测试用commnand get User where code = 'MX'
,代码为我把作为索引中的列,该命令只返回插入数据创建了索引之后,但数据之前不返回,我认为以前的数据也会被编入索引,任何有线索? 提前致谢
Answer 1:
在卡桑德拉,二级索引开始被创建后,才能够正常工作。 通过Apache的卡桑德拉库SecondaryIndex类去。 它会帮助你理解。
Answer 2:
您可能会发现这是很有帮助的卡桑德拉二级指标
文章来源: When does Cassandra DB index data after updating a column as secondary index