Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persistence - Let Relation-impl handle it #39

Open
CodeLionX opened this issue May 12, 2018 · 0 comments
Open

Persistence - Let Relation-impl handle it #39

CodeLionX opened this issue May 12, 2018 · 0 comments
Labels
Nice-To-Have On Hold Work on this issue or pull request is on hold

Comments

@CodeLionX
Copy link
Owner

CodeLionX commented May 12, 2018

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

@CodeLionX CodeLionX added On Hold Work on this issue or pull request is on hold Nice-To-Have labels May 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Nice-To-Have On Hold Work on this issue or pull request is on hold
Projects
None yet
Development

No branches or pull requests

1 participant