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

Create a configurable TTL Index for optimizing storage usage #261

Closed
mineme0110 opened this issue Mar 15, 2024 · 1 comment
Closed

Create a configurable TTL Index for optimizing storage usage #261

mineme0110 opened this issue Mar 15, 2024 · 1 comment
Assignees
Milestone

Comments

@mineme0110
Copy link
Contributor

mineme0110 commented Mar 15, 2024

For managing data storage efficiently in MongoDB, we can utilize the Time-To-Live (TTL) index feature to automatically remove documents from a collection after a certain period of time
This ensures that MongoDB collections do not grow indefinitely
helps in optimizing storage usage
https://www.mongodb.com/docs/manual/tutorial/expire-data/

@mineme0110 mineme0110 changed the title Create a configurable TTL Index optimizing storage usage Create a configurable TTL Index for optimizing storage usage Mar 15, 2024
@FabioPinheiro FabioPinheiro added this to the v1.0.0 milestone Mar 15, 2024
@mineme0110
Copy link
Contributor Author

This PR fixes the issue
#290

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

2 participants