yyz

Results 12 issues of yyz

I grabbed the bag, the rsp package of the test dest machine has a lot of RST.

分库版本包含所有读写分离版本功能,向咨询下为啥要特地弄两个版本?期待回复,谢谢 是因为prepare语句功能所以单独加了个读写分离版本? @wangbin579

btree index check, avoid create duplicate btree indexes, Avoid affecting performance btree index check, avoid create duplicate btree indexes, Avoid affecting performance by the deplicate index. for example: add two...

When we modify the configuration information of WT multiple times, Mongo server can only retain the last result and cannot obtain all modification records. ![image](https://github.com/mongodb/mongo/assets/14356223/5bffd686-f312-4377-8cab-35b2ea89c2e9) db.adminCommand( { setParameter : 1,...

after we reopen wiredtiger_open, we shold close the old connection if we not close the old open wiredtiger, There will be a Resource leak.

if user's max connections is greater than wiredtiger's session_max, it will crush. wiredtiger's session_max must great than user's connection.

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...