Storing Large Quantities of Time Series
2
votes
1
answer
402
views
What is the recommended (type) of database design for storing large amounts of time-series data?
The dataset:
- 2 million time-series;
- Each of the time-series contains around 500 timestamps;
- At each of the time-stamp there are multiple variables (meta-data);
- It would be optimal if meta-data could later easily be ingested into the database (preferably with a Python API) .
I have looked into PostgreSQL, but so far I have been struggling to set it up for many time-series.
Asked by sir_olf
(21 rep)
Feb 26, 2020, 05:52 PM
Last activity: Apr 9, 2024, 05:01 AM
Last activity: Apr 9, 2024, 05:01 AM