Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel execution of MongoSink operations #624

Open
paualarco opened this issue Apr 24, 2021 · 0 comments
Open

Parallel execution of MongoSink operations #624

paualarco opened this issue Apr 24, 2021 · 0 comments
Labels
enhancement New feature or request mongodb

Comments

@paualarco
Copy link
Member

paualarco commented Apr 24, 2021

Add new and more performant variants for the existing Sinks for the MongoDb connector that allows parallel execution of the operations. That would imply adding new signatures that expect a list of events instead of single ones.

The new signatures might be called same as the method but adding a Parallel suffix:

Example: cmd.sink.updateMany and (updateManyPar or updateManyBatch)

@paualarco paualarco added the enhancement New feature or request label Jun 9, 2021
MattSzm added a commit to MattSzm/monix-connect that referenced this issue May 26, 2022
MattSzm added a commit to MattSzm/monix-connect that referenced this issue Jun 4, 2022
MattSzm added a commit to MattSzm/monix-connect that referenced this issue Jun 4, 2022
MattSzm added a commit to MattSzm/monix-connect that referenced this issue Jun 18, 2022
MattSzm added a commit to MattSzm/monix-connect that referenced this issue Jun 19, 2022
paualarco pushed a commit that referenced this issue Jun 19, 2022
Created sink parallel execution (#624) (#917)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request mongodb
Projects
None yet
Development

No branches or pull requests

1 participant