Skip to content

History Tables #1

@jeme

Description

@jeme

Simple support for history by creating a secondary table, while we could just keep pushing into the same table, history is often of less importance and so for performance reasons it seems like it would make sense to simply move the old record.

This obviously creates a bit of overhead on updates.

We might be able to use OUTPUT to build a single statement for this however:

However we should think carefully about the process. In some cases its desired that when an item moves from live storage to history, it is possible to run transformations on it, removing fields that should not be part of the history (e.g. sensitive data).

  • Move Records to History
  • Transform Records on input
  • Transform Records on predicate

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions