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

Async save to database #23

Open
ProtocolNebula opened this issue Oct 16, 2021 · 0 comments
Open

Async save to database #23

ProtocolNebula opened this issue Oct 16, 2021 · 0 comments
Labels
angular enhancement New feature or request

Comments

@ProtocolNebula
Copy link
Member

Instead of save in the database in real time, do some "async" operations, so you can "save" some data but is not persisted until some time (to improve performance due is not writing each time).

Before implement, check if is really needed, maybe a best solution is just to add a "persist" method to the database plugin so it writes everything, otherwise just modify a local parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
angular enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant