we can store new Date() to database or also we can use mongodb ObjectId to get date using objectId.getTimestamp() My question is which is the efficient way to store and retrieve Date
Tutorialspoint.com says: Duplicate the data (but limited) because disk space is cheap as compare to compute time.
So which approach is better...