Hi, if I am using Cassandra's secondary indices, or even if I am doing it myself following Ed Anuff's advice<http://www.anuff.com/2010/07/secondary-indexes-in-cassandra.html>, can I do multiple slices? That is, how do I imitate a SQL query of
where column_1 > 5 and column_2 < 4 and so on, up to dozens of conditions? Thank you, Mark