Skip to content

Data Mutability

Mutable: can be changed.
Immutable: cannot be changed.
  • All primary data stored on the database are immutable.
  • The directory structure in which primary data files are stored is mutable. However, it must only be changed after significant consideration and consensus.
  • Data plots, data processing scripts and similar objects are mutable.