mongo icon indicating copy to clipboard operation
mongo copied to clipboard

The MongoDB Database

Results 103 mongo issues
Sort by recently updated
recently updated
newest added

Description: libary typo fixed as library.

Typo

pull request for this [jira issue](https://jira.mongodb.org/browse/SERVER-80720)

The changes solve the minor issue reported [here](https://jira.mongodb.org/browse/CXX-2708).

Hello everyone, you may have forgotten, but there are no AVX instructions on modern architecture energy-efficient processors. But building for this architecture can improve performance well. There are both embedded...

Lack of Issues and Discussions are documented now. Source for the lack of issues is inferred from a [Forum post](https://www.mongodb.com/community/forums/t/why-arent-github-issues-turned-on/231559). Do let me know if I made a wrong conclusion...

README

While attempting to run an aggregation with the `$documents` stage, I've got an error and noticed that it had an extra single quote mark in it. As I started to...

Typo

With some effort, we already merged IAA compressor to WiredTiger (https://jira.mongodb.org/browse/WT-10407) now if we need to use this new compressor in MongoDB, we have a small change in MongoDB to...

Evergreen patch: https://spruce.mongodb.com/version/64afdba8e3c331ff784d85be/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC Mixed_workloads used to run on both mix js and Genny, but they would catch the same BFs with mix js being noisier. We are unscheduling mixed_workloads, while...

when two condition will be apply: $and ->operator: db.emp.find({$and:[{'sal':{$get:5000}},{'dept':'coding'}]}) without $and opeartor: same result will be shown db.emp.find({'sal':{$get:5000}},{'dept':'coding'})