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

DM-36489: Add pgSphere support to obscore manager #744

Merged
merged 4 commits into from
Oct 21, 2022
Merged

Commits on Oct 12, 2022

  1. Make ObsCoreLiveTableManager a single class.

    I realized that schema migration will be more complicated with separate
    subclasses which are controlled by obscore configuration. Merging them
    into a single class, as I originally tried to do. It is slightly more
    messier, but will work better with schema migration tools.
    andy-slac committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    75cb68d View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Add pgSphere support to obscore manager (DM-36489)

    Obscore manager adds generic plugin mechanisms to support spatial columns
    and indices. A specific implementation using pgSphere extension adds
    two columns and corresponding indices that contain pgSphere polygon and
    position (center of bounding circle) to obscore table.
    andy-slac committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    5d4e023 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57695bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf37726 View commit details
    Browse the repository at this point in the history