Table design for multiple time series data
问题 I have more than 200 separate time series data(each represent one variable) that I gather from different sources/REST API calls. The frequency of each variable is different. Example temperature data is coming at very high frequency, but status data is very less frequent. I am looking for suggestions for scalable table design to store these data. If I store all the data in one table with timestamp being the key, I think the table will have so much nulls. 回答1: Based on your description, my