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

Provide an option to use mongodb as a storage option #2272

Open
asit-dhal opened this issue Oct 17, 2024 · 0 comments
Open

Provide an option to use mongodb as a storage option #2272

asit-dhal opened this issue Oct 17, 2024 · 0 comments

Comments

@asit-dhal
Copy link

asit-dhal commented Oct 17, 2024

Both Redis and Memcached are in-memory storage systems, which may not be ideal when a project is built from scratch. Since they rely on primary memory, they are limited in handling persistent data storage.

To overcome this, would it be possible to add support for MongoDB? MongoDB stores data on disk and can manage large volumes of data, making it more suitable for long-term and extensive storage requirements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant