Hello everyone Is there a way to easily index column fields for efficient lookups in Accumulo? My use case is to select the records containing a certain column family and column qualifier from among a set of column qualifiers(reverse lookup). Although this could be done using a custom filter, I'm looking for an optimal solution (since filter might scan the entire database).
Best regards, Yamini Joshi
