Is there a way to get row keys in a given range without actually getting the / CF columns associated with that row key?
For clarification . In my example, the keys of the table table are the names of the titles (for example, GOOG), and in our web application we want to fill in the autocomplete widget using only the row keys that we have in the database. Obviously, if we select all the data (instead of stock names) for all stocks between G and H, when the user types βGβ, we will unnecessarily strain our system. Any ideas?
source share