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

FR: TTL support for the MongoDB cache #2959

Open
brknstrngz opened this issue Oct 25, 2024 · 0 comments
Open

FR: TTL support for the MongoDB cache #2959

brknstrngz opened this issue Oct 25, 2024 · 0 comments
Labels
enhancement mongodb needs investigation It looks as though have all the information needed but investigation is required

Comments

@brknstrngz
Copy link

brknstrngz commented Oct 25, 2024

MongoDB supports TTL indexes. If Connect allowed the user to specify the name of a Date field and a timestamp value, then writing said value to said field, one could easily implement a TTL policy for the MongoDB cache.

Between quorum write acknowledgements and the WiredTiger page management, MongoDB is actually a very good key-value store/cache. The TTL functionality would be a fantastic addition.

Thanks!

@brknstrngz brknstrngz changed the title TTL support for the MongoDB cache FR: TTL support for the MongoDB cache Oct 30, 2024
@mihaitodor mihaitodor added enhancement needs investigation It looks as though have all the information needed but investigation is required mongodb labels Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement mongodb needs investigation It looks as though have all the information needed but investigation is required
Projects
None yet
Development

No branches or pull requests

2 participants