Skip to content
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

Use outer join to add quality metrics data instead of loop #18

Open
mjstealey opened this issue Jan 12, 2018 · 0 comments
Open

Use outer join to add quality metrics data instead of loop #18

mjstealey opened this issue Jan 12, 2018 · 0 comments
Assignees

Comments

@mjstealey
Copy link
Member

Currently the quality metrics data is queried separately and added to the CMAQ values data by doing a utc_date_time comparison in a loop.

This is inefficient and should be done as an outer join to the CMAQ value query itself.

Per discussion with @hyi regarding experience with @arunacs at hackathon. Existing implementation is too slow for queries at year long range.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants