Skip to content

Persistence - Let Relation-impl handle it #39

@SebastianSchmidl

Description

@SebastianSchmidl

Issue

A database should provide a way to persist all data to disk. Currently ADBMS only holds data in-memory. We could use the Relation-classes to provide persistence:

  • use akka' s PersistentActor for saving state to disk
  • Dactor contains relations, which are themselves PersistentActors
  • maybe interface: object User extends RowRelation with AkkaPersistence(config) { ... }
  • application dev. can still declare transient relations via omitting the trait AkkaPersistence
  • relations handle their persistence themselves

Problem Description

Actor State is not persisted to disk.

Supporting Information

Metadata

Metadata

Assignees

No one assigned

    Labels

    Nice-To-HaveOn HoldWork on this issue or pull request is on hold

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions