Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: waterthetrees/wtt_db Loading
base: main
Choose a base ref
...
head repository: waterthetrees/wtt_db Loading
compare: merge-trees-to-database
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 4 files changed
  • 1 contributor

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
Loading