-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Cluster Scalability
-
None
-
None
-
None
-
None
-
None
-
None
-
None
StringOrNull currently uses the is_view default value of true.
It is a boost::optional<std::string>, so it looks like it can get by with is_view: false, hence eliminating the associated bsonobj anchor overhead.