Domanda

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.

È stato utile?

Soluzione

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).

Altri suggerimenti

Transaction Data is another possibility. Again using "Transaction" in a broad sense. According to Wikipedia Transaction Data requires a time value.

Customer Data perhaps? Using "Customer" in a broad sense. So it might cover an internal list of Departments as well as Purchases.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top