Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the opposite of "Reference Data"?

I'm looking for a term that means "non-reference" data i.e. any data in a database that strictly ISN'T reference data.

      Master Data
           /\
          /  \
         /    \
        /      \
       /        \
      /          \
Reference Data   ???

Is there such a term? Would have thought there must be but can't seem to find one - constructive suggestions gratefully received.

like image 886
Steve Chambers Avatar asked Oct 29 '25 07:10

Steve Chambers


1 Answers

It was a while ago I asked this but my own personal favoured answer would be Operational Data, which could be interpreted to mean data that can be modified by business operations.

It is also possible to take this a bit further and broadly divide into three (although there may be some crossover between these):-

  • Reference Data: Fixed for the whole duration of an application.
  • Operational Data: Directly managed by the application during normal business operations.
  • Volatile Data: Can be changed by external processes without being directly controlled by the application. (This may or may not be a subset of Operational Data).
like image 137
Steve Chambers Avatar answered Oct 30 '25 23:10

Steve Chambers