Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Investigate data persistence and data structure design on redis server #521

Open
howjmay opened this issue Mar 18, 2020 · 1 comment
Open
Assignees
Labels
A-storage Area - Storage C-refactor Category - Improvement P-medium Priority - Medium, not hurry but needed

Comments

@howjmay
Copy link
Contributor

howjmay commented Mar 18, 2020

Redis is a in-memory server, but it provides data persistence mechanism.
Official information is here

Redis provides several different datatypes as well. We should investigate them and optimize our current procedure.

We should estimate how many transactions can be cached in a certain fixed memory size.

@howjmay howjmay added C-refactor Category - Improvement P-medium Priority - Medium, not hurry but needed A-storage Area - Storage labels Mar 18, 2020
@howjmay howjmay self-assigned this Mar 18, 2020
@howjmay
Copy link
Contributor Author

howjmay commented Mar 18, 2020

I plan to use command BGSAVE for achieving data persistance in snapshot mode (RDB).

See more information in link

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-storage Area - Storage C-refactor Category - Improvement P-medium Priority - Medium, not hurry but needed
1 participant