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

the replan works can not exceed the number of works that is set to be the fraction of the collection size. in extreme cases, if there are no restrictions, Probably...

We have such a problem, When there are a lot of sql queries, some query have more than one candidate index,and have many slow log, maybe index problem, we don't...

// remove repeat contain index from the relevant candidate indexes, this can avoid some useless calculations. // for example: // {a:1, b:1} contain {a:1}, so we can remove index {a:1}...

// when the mode is PlanCachingMode::AlwaysCache or PlanCachingMode::SometimesCache, there is a special case. // take Classic plan cache for example: // If the winning index's advanced = 0 && works...

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...

### Problem Description: Security fix - To handle user account password complexity ### Fix Implementation: The source code has been integrated to handle the password complexity validation mechanism. This modification...