I use cassandra. Is there any way to get the number of rows (the number of keys) of one family of columns in Kassandra for any particular condition?
(for example, select * from the user where salary> = 5000 in mysql)
get_count can only be used to count columns.
source
share