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 thrift API を使用して RDBMS で行う以下のような、hector を使用して cassandra で条件付き行カウントを行うにはどうすればよいですか。
column_name = column_value である table_name から count(*) を選択します
この種のカウント クエリ ステートメントは、cassandra では使用できません。同じことを達成するには、Cassandra Counter Family を使用できます