Hello all, I am trying to use HBase for a project. The data base will hold billions of rows.
I am struggling to understand how filters work. In particular, I want to be able to scan for rows that contain all of these columns for example: numbers:three & numbers:five & numbers:seven I tried to set a FilterList with MustMatchAll operator and with a QualifierFilter for each of the colum qualifiers I am looking for. The problem is that the scanner returns no results if I set the filters as above. Is there a way to get only the rows that contain a set of column qualifiers? server-side. I know how to do it client side, by iterating through the results, but I don't want my client to iterate through a billion rows. It wouldn't make sense. Many thanks, Jalil ----- End forwarded message -----
