-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: CLI Module
-
None
-
Developer Tools
-
2
-
Not Needed
-
Iteration Yinlong
We've recently received a bug report on Slack that indicates that the process.report.getReport() lookup we perform on Linux to get the current glibc version is potentially quite slow, most likely because it involves reverse lookups for IPs to which the current mongosh process is connected.
We should attempt to replace that lookup with a relatively straightforward native addon.