OpenTSDB / opentsdb

A scalable, distributed Time Series Database.
http://opentsdb.net
GNU Lesser General Public License v2.1
5k stars 1.25k forks source link

Excuse me, why is tsdb not paging? If there is more data in the time interval, it will not be able to return all. #1764

Open manymango opened 5 years ago

johnseekins commented 5 years ago

I mean...that's what downsampling is for, right?

manymango commented 5 years ago

I mean...that's what downsampling is for, right?

Yeal, downsampling does solve the problem, but sometimes it may also require paging.

mustapha-wang commented 5 years ago

When query raw data,need paging.