Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.
      • May 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 Primary Key based on the enumerated value.
      (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
      Info
      titleDan 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:

...