The appengine docu says on repeated ndb properiertes, that:
When updating a repeated property, you can either assign it a new list or mutate the existing list in place.
https://developers.google.com/appengine/docs/python/ndb/properties#repeated
Two questions:
do I save write operations when I just mutate the list, instead of putting a new list in place?
how do I do exactly the mutation? just append the object and delete items within the list as I would do it with a list in python?
Thanks!
Yes you have it correct in your mind.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With