Re: [Tracker] Batch Update Vs Update Array



Hi,

 BatchUpdate means a big update sparql and UpdateArray accepts an
array of update statements. The main difference is about error
handling: In UpdateArray each Update is run in different transactions
so if one fail, all the other have the chance of succeed. If you put
all those updates in one big statement and call BatchUpdate, any error
in one of them will make fail the whole operation.

 Regards,

Ivan

On Fri, Aug 26, 2011 at 10:35 AM, Naa Chetta <sat subscribes gmail com> wrote:
HiHo Tracker Team,
What is the difference between a "Steroids.BatchUpdate" and a
"Steroids.UpdateArray"? Is there a difference in the way the graph is
updated? Is a commit required after the UpdateArray operation?
Regards,
Naa
_______________________________________________
tracker-list mailing list
tracker-list gnome org
http://mail.gnome.org/mailman/listinfo/tracker-list





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]