htm-community / river-view

Public Temporal Streaming Data Service Framework
http://data.numenta.org/
MIT License
28 stars 16 forks source link

Queries with both "since" & "until" must be limited #138

Closed rhyolight closed 8 years ago

rhyolight commented 8 years ago

If a query includes both since and until, the query might return so many results that there is a timeout from Redis. The server should only return a maximum number or results, starting with the since timestamp and progressing forward in time.

rhyolight commented 8 years ago

This is actually already happening just like I want in the current code.