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

Implement storage data retention for accounts #157

Closed
MichalTuleja opened this issue Oct 29, 2020 · 1 comment
Closed

Implement storage data retention for accounts #157

MichalTuleja opened this issue Oct 29, 2020 · 1 comment
Assignees
Milestone

Comments

@MichalTuleja
Copy link
Contributor

Description

Make sure that blockchain data are not kept forever. Perform a regular cleanup of the data used in the storage.

Space reclaim process has to be performed on the following databases:

  • Accounts

Motivation

  • Proper data retention allows to control the amount of disk space used for storing blockchain data

Acceptance Criteria

  • Older data is deleted
  • Disk space is reclaimed
@MichalTuleja
Copy link
Contributor Author

This issue does not need to be solved as Lisk Service does not store accounts by default. The new concept changes the approach for storing data; there is no need to implement it.

Version 0.2.0 automation moved this from Open Issues to Closed Issues Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Version 0.2.0
  
Closed Issues
Development

No branches or pull requests

2 participants