[SERVER-57942] Add support for find function for namespacestring in string_map Created: 22/Jun/21 Updated: 06/Dec/22 Resolved: 23/Jul/21 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major - P3 |
| Reporter: | Luke Bhan (Inactive) | Assignee: | Backlog - Storage Execution Team |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Assigned Teams: |
Storage Execution
|
| Participants: |
| Description |
|
Follow up to complete fixing of https://jira.mongodb.org/browse/SERVER-57119. Add support in operator() for namespace string to allow find. |
| Comments |
| Comment by Luke Bhan (Inactive) [ 23/Jun/21 ] |
|
The implementation details of this ticket make it particularly hard and maybe not worthwhile. In this case, string_map would need to include namespaceString which would then require namespaceString to be built in scons before string_map. However, namespaceString depends on the db core and optime being built before. This would change our build order and as such do we still want to do this? |