-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code, Networking, Performance
-
None
-
Fully Compatible
-
Integrate+Tuning 16 (06/24/16)
Currently the only way to get an owned BSONObj off the network is to copy it out of the network buffer. This will make it possible to get a BSONObj that shares ownership with the network buffer to avoid copying. The initial work will focus on the path used by replication to ship the oplog to downstream nodes, but it should be simple to use this elsewhere.
- related to
-
SERVER-24242 Improve replication performance
- Closed