-
Type:
Task
-
Resolution: Fixed
-
Priority:
Unknown
-
Affects Version/s: None
-
Component/s: Bulk API, Operations Layer
-
5
-
Not Needed
-
None
-
Not Needed
-
-
None
-
None
-
None
-
None
-
None
-
None
Use Case
As a Node engineer,
I want to remove the BulkWrite and BulkWriteShimOperation classes in favor of executing bulk operation batches directly,
So that we can remove unnecessary server selections from bulk API execution path.
User Experience
- n/a - internal refactor.
Dependencies
- n/a
Risks/Unknowns
- n/a
Acceptance Criteria
Implementation Requirements
- Instead of encapsulating bulk API execution logic inside of BulkWrite.execute() and BulkWriteShimOperation.execute() methods, move the bulk execution logic out of operation classes.
Testing Requirements
- All existing tests pass.
- Bulk APIs are a critical performance path - ensure no performance degradation occurs after the refactor.
Documentation Requirements
- n/a
Follow Up Requirements
- n/a
1.
|
Validation | NODE-7072 |
|
Closed | Unassigned | 6.19.0 |