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

Performance optimizations for ODM2 timeseries DAO get_variables requests #238

Merged
merged 5 commits into from
Aug 4, 2019

Commits on Jan 19, 2019

  1. Configuration menu
    Copy the full SHA
    e530310 View commit details
    Browse the repository at this point in the history
  2. ODM2 ts DAO get_variables performance enhancement

    - Refactored SQLAlchemy queries in get_variables_from_results() to improve performance. Result is dramatic.
    - Renamed get_match to get_odm2cv_match, for clarity
    - Other cosmetic tweaks
    emiliom committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    4752b92 View commit details
    Browse the repository at this point in the history
  3. ODM2 ts DAO updated odm2api.models import path

    Updated from deprecated odm2api.ODM2.models module path to odm2api.models path
    emiliom committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    6de3d94 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. Fixed unexpected indent in odm2 timeseries get_datavalues

    Missed it in tests for January, probably b/c I wasn't testing that function
    emiliom committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    569ba9f View commit details
    Browse the repository at this point in the history
  2. Added missing pyyaml to requrements-dev

    Required for ODM2 timeseries DAO
    emiliom committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    cfe8d24 View commit details
    Browse the repository at this point in the history