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.
我如何使用 hector 在 cassandra 中进行条件行计数,就像我们在 RDBMS 中使用 hector thrift API 所做的那样:
从 table_name 中选择 count(*) 其中 column_name = column_value
这种计数查询语句在 cassandra 中是不可能的。为了达到同样的效果,您可以使用 Cassandra Counter Family