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.
如何在 JSP 上显示 HBase 数据?我应该使用 Hbase REST 还是 Hive 查询?哪个会花费更少的时间?
HBase API(REST、Java 或 thrift)将提供更好的性能。但是您应该仔细地为您的数据建模,以便它最适合您的预期查询。