Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 863 Bytes

xnotes.md

File metadata and controls

23 lines (16 loc) · 863 Bytes

Implementaiton Notes

Model shared between dialects

Reverse Join Pattern

  • Single Base View (title) ~ 3M
  • Titles have Cast Memebers, Production Companies, Genres, Languages and Keywords
  • Each of these attributes are one_to_many joins
  • Many of the attributes we join twice so we can see co-occurances

Polymorphic Table

  • Title is both tv episode and tv series.

Break up movie_info with derived tables.