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 不支持此功能。您可以使用 Tariq 的建议,但您应该记住,HBase 中没有跨表事务,因此不能保证您在一个中累积的数字反映了另一个中的确切行数