Dodaj createdAt
pole, zindeksuj je, a następnie zapytaj
db.getCollection("COLLECTION_NAME").find({"createdAt":{$gt:new Date(Date.now() - 24*60*60 * 1000)}})
Spowoduje to zwrócenie wszystkich rekordów starszych niż 86400 sekund.
Dodaj createdAt
pole, zindeksuj je, a następnie zapytaj
db.getCollection("COLLECTION_NAME").find({"createdAt":{$gt:new Date(Date.now() - 24*60*60 * 1000)}})
Spowoduje to zwrócenie wszystkich rekordów starszych niż 86400 sekund.