S
Sunapee Chair
What would be the best practice for the following scenario?
Tracking 100 different processes by the individuals authorized to perform
each. 100 individuals. Many individuals can perform any given process.
Individuals can perform multiple processes. Each process has a
three-character code and a longer explanatory name. Each person has an ID
code number and a full name. Search needed by both all processes for a given
person AND all people authorized for a given process.
Option A: Separate record for each person performing each process (very many
simple records, numerous records for each person)
Option B: Single record for each person with a field for every process
(fewer records, each record very long)
Option C: Single record for each person with a single field containing all
processes for that person (fewer records, one field in each that potentially
contains numerous data points)
Tracking 100 different processes by the individuals authorized to perform
each. 100 individuals. Many individuals can perform any given process.
Individuals can perform multiple processes. Each process has a
three-character code and a longer explanatory name. Each person has an ID
code number and a full name. Search needed by both all processes for a given
person AND all people authorized for a given process.
Option A: Separate record for each person performing each process (very many
simple records, numerous records for each person)
Option B: Single record for each person with a field for every process
(fewer records, each record very long)
Option C: Single record for each person with a single field containing all
processes for that person (fewer records, one field in each that potentially
contains numerous data points)