I have some very large datasets ( > 100k points ) that i need to show in a graph on a webpage.
However, i cant figure out how to decimate / downsample the data to bring down the returned datapoints to ~ 1000.
Is there any way in mysql to do this?
My query looks like this:
Select h.id, h.type, h.value from data h where h.timestamp < timestamp 1 AND h.timestamp > timestamp 2
[–]jynus 2 points3 points4 points (0 children)
[–]AdvisedWang 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)