4 questions from the last 7 days
3
votes
1
answer
69
views
Mongodb timeseries collection can't query far far future records
Mongo can't bring records which are in far far future like 2394-10-20T16:10:23
now: 2025-11-17
Description:
I have a timeseries collection in mongo and here is the command to created it:
db....
3
votes
1
answer
65
views
How to reduce logging level in mongodb/mongodb-atlas-local
Problem:
I'm using the mongodb/mongodb-atlas-local Docker image in our CI/CD pipeline for running tests. While the verbose logging is acceptable for local development, it becomes problematic in CI/CD ...