Database Design Goals - PowerPoint PPT Presentation

1 / 4
About This Presentation
Title:

Database Design Goals

Description:

Database Design Goals. Match Structure with Algorithms. Retain Original Data ... QA Inputs. Execute Steps. Status Tables Monitoring Application. Restart Capability ... – PowerPoint PPT presentation

Number of Views:37
Avg rating:3.0/5.0
Slides: 5
Provided by: twte
Category:

less

Transcript and Presenter's Notes

Title: Database Design Goals


1
Database Design Goals
  • Match Structure with Algorithms
  • Retain Original Data
  • Store Intermediate Results
  • Efficient Processing Storage
  • Intuitive Reporting and Analysis

2
Database Bottlenecks
  • Temporary Table Creation
  • Data Replication
  • Complex Primary and Foreign Keys
  • Missing Indexes
  • Ambiguous Indexing
  • Cartesian Joins
  • Small Repetitive Inserts

3
Coding Issues
  • PL/pgSQL Stored Procedures
  • Standard Format for SQL Code
  • Explicit Table Join Format
  • Index Specification (If Ambiguous)
  • Kickoff Script (perl)
  • Input Data Using copy Via psql
  • Execution Master in PL/pgSQL
  • Execution Logs Status

4
Execution Process
  • Verify Run Parameters Files (perl)
  • Execute Imports (perl)
  • Kick Off Execution Master (perl)
  • QA Inputs
  • Execute Steps
  • Status Tables ? Monitoring Application
  • Restart Capability
Write a Comment
User Comments (0)
About PowerShow.com