Versions Compared

Key

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

...

  • Core tables (Task, TaskProcess, Dataset, TPInstance, DSInstance) may satisfy requirements with minoro minor 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.
      Info
      titleDan claims...

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

...