Skip to content
jhoughtelin edited this page Feb 20, 2014 · 12 revisions

Relational Database Design with MySQL

February 20th 2014

This is of course just suggestion in attempt to support the cause and resulting higher education. So if I'm way off beat with this, just let me know n' I'll try n' harmonize better ^_^ ~ Josh

Participants

Speaker:

  • David Stockton

Talking Heads:

  • Bud Manz
  • David Maybury
  • Kerry McCullough
  • Mansoor Bahramand
  • Roberto Quezada
  • Dann Stockton
  • Josh Houghtelin

Live Audience: *

OVERVIEW

Topic: Relational Database Design

  • Mysql is assumed to be the focus Database Server
  • The focus project is kidsquest

Core Principles

  • MyISAM vs INNODB
  • Tables vs Views
  • Table & Field naming
  • Keep it small & fast...
    • Don't store unnecessary crud. Put log data in log files.

Relationships

  • One to One
  • One to Many
  • Many to One
  • Many to Many

Tools

Change Management

  • Install/Deploy Packages
  • Upgrade/Deploy Packages

External Links

Clone this wiki locally