E
E
Evgeny Terentiev2014-11-05 14:58:29
MongoDB
Evgeny Terentiev, 2014-11-05 14:58:29

Why can MongoDB not see records after a certain date?

Hello, I came across an interesting behavior of MoongoDB. After a certain date (10/14/2014), the database stopped seeing new records when sorted by date:
image.pngimage.pngimage.pngimage.png
Any ideas what this could be are welcome.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
lega, 2014-11-06
@lega

I just noticed that you have an index by "create_date", and you sort by "create_time".
With a certain (large) number of documents without sorting, monga should not give a result at all for optimization purposes, it should give an error (depending on the version).
Previous answer: Try to dump/restore to another database, or db.repairDatabase, the database might be corrupted.

A
Andrey Shatokhin, 2017-01-13
@Sovigod

Well, port forwarding on the router must be configured.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question