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

Merge trees to database #48

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Merge trees to database #48

wants to merge 4 commits into from

Commits on Jan 4, 2023

  1. 30-add-table-schemas

    - added a script to fetch the tables dynamically and pull schemas into
    files
    - added the table schema for individual tables
    tzinckgraf committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    98ee369 View commit details
    Browse the repository at this point in the history
  2. 30-add-table-schemas

    - updated README with database update instructions
    tzinckgraf committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    e37e012 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. merge-trees-to-database

    - First iteration to create a table to hold all tree data
    - data was taken based on the fields pulled in the tree-source repo
    - added a merge stored procedure split into 3 different pieces of the
    upserts for performance
    - staging table is an unlogged table to prevent WAL writes
    - indexes added similar to the treedata table
    - migration script to move the treedata data into the tree table
    tzinckgraf committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    e7efed4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb3e615 View commit details
    Browse the repository at this point in the history