>From your description, you can combine ColumnPrefixFilter with PageFilter (thru FilterList).
FYI On Tue, May 1, 2018 at 6:06 AM, mrmiroslav <[email protected]> wrote: > I'd like to perform Get / Scan with java client. > > In a given column family I'd like to limit the number of results per given > column qualifier prefix. > > Is there a way of achieving this without redesigning schema and moving > Column Qualifiers into Column Families? > > Column Qualifiers are dynamic, however they can be grouped by prefix. I'd > like to limit the number of cells returned from prefix / group? > > > > -- > Sent from: http://apache-hbase.679495.n3.nabble.com/HBase-User- > f4020416.html >
