To share with you I have to ask before to my bosses (I will do tomorrow). Basically my problem is that the given UPDATE method (found here http://developer.couchbase.com/mobile/develop/training/build-first-ios-app/do-crud/index.html#update) raises an error (409 - conflict) so I'm not able to proper UPDATE documents in database with some new versions of properties. I came up with a DELETE + INSERT to archive the same result of an UPDATE as you can in posted code.
I think the the point is: DELETE and INSERT have a way bigger notification time (I refer to my performance issue) then just an update, even if you put both operations in a single transaction. If can help me first, I can, maybe, fix this problem sooner by remove the DELETE and INSERT operations. (Ps I write in upper case the SQL's primitive function/operation that I used to handle, to, hopefully better, explay what I want to say) -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/81b2c1b8-dff3-42d2-a264-bda4611c55c6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
