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

fix upstream data warehouse dependencies #1

Open
6 of 27 tasks
jpuck opened this issue Sep 25, 2017 · 0 comments
Open
6 of 27 tasks

fix upstream data warehouse dependencies #1

jpuck opened this issue Sep 25, 2017 · 0 comments

Comments

@jpuck
Copy link
Member

jpuck commented Sep 25, 2017

Schema

  • add occupation ID
  • faculty designation
  • tenure (track)
  • unique index
    • isisid
    • emp_id
    • username
  • rename columns
    • isisid -> uaconnect_id
    • emp_id -> basis_id
    • emp_pos -> appointed
  • lowecase username & email
  • add degreecd description
  • remove old employees
  • make columns larger (fix string truncation)
    • BU_Short_Name > 26 (e.g. Walton College of Business)
    • preftitl > 30?
  • optimize storage for fixed-length fields to use char instead of varchar
    • basis_id CHAR(6)
    • uaconnect_id CHAR(9)
    • BU_Code CHAR(4)
    • camabldg CHAR(4)
    • empltype CHAR(1)
    • dptchair CHAR(1)
    • emp_priv CHAR(1)
    • studtitl CHAR(1)
  • emp_pos TINYINT use numeric type to support arithmetic operations with more efficient storage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant