-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 6.1.0-rc0
-
Component/s: None
-
None
-
Fully Compatible
-
Execution Team 2022-07-25
Add support for insert operations for implicitly replicated namespaces.
One of the places that inserts to implicitly replicated namespace is https://github.com/mongodb/mongo/blob/57e39f6e07a7aee960f98c4f57c575ff6a203934/src/mongo/db/pipeline/change_stream_pre_image_helpers.cpp#L70-L72. It controls replication by employing repl::UnreplicatedWritesBlock mechanism. However, it is desirable to have a centralised element that suspends replication for inserts into implicitly replicated collections .
- is duplicated by
-
SERVER-66813 Fix issue with batch deletion when inserting records to the change collection
- Closed
- is related to
-
SERVER-66462 Change stream pre-image write performance degrades under certain conditions
- Closed
-
SERVER-61709 Introduce implicitly replicated namespaces
- Closed