I have the following problem. I inserted data using a random data generator into a mongodb database. Problem was I chose the wrong DB connection and now I have test data in my db. Is there any way to roll back the insert operations or delete all item that where recently inserted? Does mongodb track the time by default?
Thank you for your answers :)