Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Storage Execution
-
Fully Compatible
-
Execution Team 2024-02-05
Description
// Implicit construction of StringData: |
metricsCollector.incrementOneCursorSeek(c->uri);
|
This line of code implicitly constructs a StringData from a const char*, which results in a call to strlen every time we seek on a record store cursor. While this is not an enormous cost, it has shown up in some profiles I've taken.