Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8333909
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T03:10:36+00:00 2026-06-09T03:10:36+00:00

What open source databases have features for automatic aging out of data, so that

  • 0

What open source databases have features for automatic “aging out” of data, so that you can specify for how long a piece of data must be stored?

I.e. a set date or time on a piece of data, after which, the database is free to remove every trace of it.

Update:
I am more looking for an age out time of days to years, more than minutes or seconds. So a cache mechanism isn’t exactly what I am looking for.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T03:10:39+00:00Added an answer on June 9, 2026 at 3:10 am

    MongoDB has something in the new release 2.2, which may be of interest – TTL Collections.

    Collections expire by way of a special index that keeps track of insertion time in conjunction with a background mongod process that regularly removes expired documents from the collection. You can use this feature to expire data from replica sets and shard clusters.

    It’s pretty easy to create a TTL collection from the mongo shell –

    db.mycollection.ensureIndex( { "status": 1 }, { expireAfterSeconds: 3600 } )

    • Download 2.2rc0 here (release candidate, not quite production ready…there will be one more release candidate before the production build)

    • Change Log here

    • 2.2 release notes can be found here.

    I can’t speak for the other solutions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can someone recommend a good, open source, standalone developer tool for querying SQL databases
Can you recommend a full-text search engine? (Preferably open source) I have a database
Do any of the existing open source databases have the ability to expose a
I'm working on a Qt/C++ open source project that uses MySQL databases. One class
In my open-source database migration project Flyway , I have a feature that cleans
I need open source database that I can ship with my commercial application. It
Some open source libraries have tendency to re implement basic structures like string, list,
Is there an open source Android application that allows you to view the image
I'm studying the best data structures to implement a simple open-source object temporal database,
I'm venturing out of the world of .NET and into the world of open-source.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.