You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Present:

  • Flath, Daniel
  • Focke, Warren
  • Heidenreich, Karen
  • Johnson, Tony
  • Pavlin, Igor

Agenda:

  • Existing Database Schema (Pipeline I) and discussion
  • Tony's New XML Schema and discussion

Detailed Agenda:

Existing Database Schema (Pipeline I) and discussion:
  • Core tables (Task, TaskProcess, Dataset, TPInstance, DSInstance) may satisfy requirements with minoro modifications
    • Some of Dan's original, simple, constraints (and tables such as TP_DS) may be too restrictive to allow things such as parallel processing.
      (info) To be replaced with something in the nature of a list of conditions for further processing.
    • Enumerated tables to have their integer Primary Keys removed, replaced with enumerated value as Primary Key.
      (plus) Significantly reduces amount of SQL code devoted to joins.
      (plus) Still provides UI the advantage of an enumerated list of possible values.
      (minus) Requires more work to change (or remove) an enumerated value.

      Dan claims...

      This is rare and easily offset by the time-cost benefit in coding, and readability/maintenance of code.

Tony's New XML Schema and discussion:

Some more notes

  • No labels