Parse-SDK-Flutter icon indicating copy to clipboard operation
Parse-SDK-Flutter copied to clipboard

Batch operations

Open andrewwahid opened this issue 4 years ago • 12 comments

Are batch operations supported ? And if so, how to implement it ?

andrewwahid avatar Apr 21 '20 18:04 andrewwahid

Is there any updates yet?

MungaraJay avatar Aug 25 '20 05:08 MungaraJay

Technically talking, I think batch code is actually in the project. It could be a case of wrapping it into a public faxing API. I'll take a look today.

On Tue, 25 Aug 2020, 06:15 Mungara Jay, [email protected] wrote:

Is there any updates yet?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/parse-community/Parse-SDK-Flutter/issues/359#issuecomment-679678561, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4CPXQIZ27WGUTVVCV43L3SCNCHVANCNFSM4MNQWDIA .

phillwiggins avatar Aug 25 '20 05:08 phillwiggins

@phillwiggins Great.

Thanks for efforts and this beautiful package.

MungaraJay avatar Aug 25 '20 05:08 MungaraJay

You're welcome.

Looking at this in a little more detail, it does seem the code might be reusable. I'm pretty tied up at the moment so I've not had a chance to write any tests, but I've created a branch called feature/batch_saving. Is it possible you could trial this for me?

My current projects don't require batch saving so it would take some time to stress test this and understand what the correct implementation logic should look like.

On Tue, 25 Aug 2020 at 06:37, Mungara Jay [email protected] wrote:

@phillwiggins https://github.com/phillwiggins Great.

Thanks for efforts and this beautiful package.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/parse-community/Parse-SDK-Flutter/issues/359#issuecomment-679735721, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4CPXXXPO664P637GQUXX3SCNE27ANCNFSM4MNQWDIA .

-- Kind Regards

Phill Wiggins [email protected]

phillwiggins avatar Aug 25 '20 08:08 phillwiggins

Any updates on this ?

andrewwahid avatar Nov 22 '20 23:11 andrewwahid

@andrewwahid Could you please explain more, it seems that this operation is currently being supported

mbfakourii avatar Dec 19 '22 07:12 mbfakourii

please con you say if Any updates on this ?

ciriux2 avatar Feb 25 '23 00:02 ciriux2

@ciriux2 What feature exactly are you looking for?

mtrezza avatar Feb 25 '23 10:02 mtrezza

instead of several operations of create or store for a list of ParseObject for parseObjet in parseobjects { parse.create(parseObjet); }

i want use only one transaction savebatch(parseobjects);

this a feature that i looking

thanks

ciriux2 avatar Feb 25 '23 11:02 ciriux2

I couldn't find the batch branch that was been mentioned above, so it seems we currently have no PR for this. I will add a bounty label to this issue so if anyone is interested in writing a PR please feel free.

mtrezza avatar Feb 25 '23 17:02 mtrezza

I have found the mentioned branch in an old clone. It's now published as https://github.com/parse-community/Parse-SDK-Flutter/pull/830. It's not rebased on master and may contain other, unrelated changes as well. But maybe it helps someone to kickstart a new pull request and add the feature.

mtrezza avatar Feb 26 '23 21:02 mtrezza

Thanks for your time and attention.

ciriux2 avatar Feb 26 '23 22:02 ciriux2