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

removed unnecessary join of observation fact onto a subquery #13

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on May 13, 2018

  1. removed unnecessary join of observation fact onto a subquery derived …

    …solely from observation fact by refactoring the addition of observation blobs to happen in the former subquery instead of being joined in
    Jason Stedman committed May 13, 2018
    Configuration menu
    Copy the full SHA
    9b64588 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2018

  1. fixing spacing issue in prior fix

    Jason Stedman committed May 14, 2018
    Configuration menu
    Copy the full SHA
    287030e View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. Revert "fixing spacing issue in prior fix"

    This reverts commit 287030e.
    Jason Stedman committed May 16, 2018
    Configuration menu
    Copy the full SHA
    47545b3 View commit details
    Browse the repository at this point in the history
  2. Revert "removed unnecessary join of observation fact onto a subquery …

    …derived solely from observation fact by refactoring the addition of observation blobs to happen in the former subquery instead of being joined in"
    
    This reverts commit 9b64588.
    Jason Stedman committed May 16, 2018
    Configuration menu
    Copy the full SHA
    a3905e6 View commit details
    Browse the repository at this point in the history
  3. removed unnecessary join of observation fact onto a subquery derived …

    …solely from observation fact when no blob data is being pulled in, a more complicated refactor is required to make the same performance improvement for queries involving observation_blobs
    Jason Stedman committed May 16, 2018
    Configuration menu
    Copy the full SHA
    32e650d View commit details
    Browse the repository at this point in the history