[MDEV-12739] Preserve data in a non-rewriteable and non-erasable format Created: 2017-05-08 Updated: 2018-02-07 Resolved: 2018-02-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Storage Engine - RocksDB |
| Fix Version/s: | 10.3.4 |
| Type: | Task | Priority: | Minor |
| Reporter: | Alvin Richards (Inactive) | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
ProblemMany regulated industries require that data is persevered in a tamperproof way.
This could be applied to the current version of the data and/or to historic versions of the data (e.g. via a Temporal query). SolutionProvide a mechanism that ensures the preservation of data, with the controls to manage access and privileges (e.g. drop / truncate etc.). This requires a full spec - this is not intended to be that spec, but a placeholder for prioritization etc. WorkaroundNone |