Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在尝试体验 hbase 为给定项目开发 hbase 连接器。所以我需要为此开发二级索引。所以我只需要知道 hbase 0.94.18 是否支持使用协处理器的二级索引。有人可以帮我做吗?因为我对 hbase 真的很陌生。
HBase 本身不支持二级索引。但是你可以参考这篇华为为HBase添加二级索引。