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

Local storages improvements #19

Open
Dreamlone opened this issue Apr 17, 2023 · 0 comments
Open

Local storages improvements #19

Dreamlone opened this issue Apr 17, 2023 · 0 comments
Labels
enhancement New feature or request release 0.2.0 Implementation is required by the specified release

Comments

@Dreamlone
Copy link
Member

Local storages currently has two major drawbacks:

  • Implemented inefficiently - have to read the entire file during each read and write operation
  • Will work very slowly with large amounts of data. There are no mechanisms to control file size.

It is required to modify engines for files storages and also to implement file cleaning mechanism (?)

@Dreamlone Dreamlone added enhancement New feature or request release 0.2.0 Implementation is required by the specified release labels Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request release 0.2.0 Implementation is required by the specified release
Projects
None yet
Development

No branches or pull requests

1 participant