On Nov 10, 2013, at 9:50 AM, bryan rasmussen <[email protected]> wrote:
> 1. ignores the timestamps (which are being used to sort) You can’t do that using the same view. Any query can only return a contiguous range of keys. You’ll have to create another view whose keys are IP addresses, and query that. —Jens
