FR: TTL support for the MongoDB cache #2959
Labels
enhancement
mongodb
needs investigation
It looks as though have all the information needed but investigation is required
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!
The text was updated successfully, but these errors were encountered: