What is the best way to store Time Series in MySQL? -


I want to store a large number of time series (time vs. value) data points. I would love to use MySQL for that. I am now planning to store time series in MySQL as a binary blob. What is the best way to do this, what would be the best way.

They (int, boolean, four) and your time are in any form, or unix Timestamp int, which fits your app better.


Comments