We have a supercolumn family of user data that is starting to get rather large, one column in particular is starting to time out when recovering it.
So we have PlayrUserData[UserKey]StateHistory[TimeStamp]Data where Data is getting too large to return in a single range slice.
Now I would like to walk through that column retrieving ranges at a time. Is there a way to do this?
get_slice will retrieve a subset of the columns but each one is returned in full.
This is particularly annoying when you want to just get the list of columns under a supercolumn - without retrieving all of the data.
