Parse-SDK-Flutter
Parse-SDK-Flutter copied to clipboard
Batch operations
Are batch operations supported ? And if so, how to implement it ?
Is there any updates yet?
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 Great.
Thanks for efforts and this beautiful package.
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]
Any updates on this ?
@andrewwahid Could you please explain more, it seems that this operation is currently being supported
please con you say if Any updates on this ?
@ciriux2 What feature exactly are you looking for?
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
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.
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.
Thanks for your time and attention.