-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try materialized views to speed time series I/O #7
Comments
@horsburgh, @sreeder, @emiliom, @lsetiawan, @miguelcleon I found this recent (Feb 2017) article, entitled "Is PostgreSQL good enough?" A good ways down the article is a section on Time Series, with a lot of very promising looking performance tips, including:
The article links to many more resources and tutorials. I think there is a lot of promise here. |
@miguelcleon, check out the article in my #7 (comment) above for a lot of great ideas on how to improve time series performance without the need for InfluxDB or even the TimescaleDB extension to PostgreSQL (#8 ). |
Roelof Versteeg, @roelofversteeg, gave the ODM2 team a presentation on Aug. 29 that described how he massively improved performance for fetching time series data by creating materialized views in ODM2 (using MySQL on 3-y old hardware). These are the notes from that meeting:
ODM2 Performance Optimization
The text was updated successfully, but these errors were encountered: