Hi, I am trying to run query on cassandra cluster with predicate on row key.
I have column family called "Users" and rows with row key like "projectid_userid_photos". Each user within a project can have rows like projectid_userid_blog, projectid_userid_status and so on. I want to retrieve all the photos from all the users of certain project. My sql like query will be "select projectid * photos from Users". How can i run this kind of row key predicate while executing query on cassandra? Any sugesstion will help. Thank you, swat.vikas >> >> > > >
