On Friday, November 2, 2012 at 9:42 PM, Christian Jensen wrote:
I was just writing some code against 1.5 and thought I might use the new .save(update_fields=['xyz']) then I realized I was using PostgreSQL - which is an MVCC... which re-writes the entire row as far as I know even when one column is being updated.I popped into the release notes and it does in fact indicate that it is useful for high concurrency scenarios.I thought it would be nice to note in the docs somewhere that it is really not useful for database of this type unless you are using a healthy amount of the update_fields elsewhere.I might be wrong on all of this.I have never made a documentation change nor have any idea what the process would be so if someone chooses to make this note, please do!Thanks everyone!Christian--
You received this message because you are subscribed to the Google Groups "Django developers" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/LIGJJ2qwBZgJ.
To post to this group, send email to django-d...@googlegroups.com.
To unsubscribe from this group, send email to django-develop...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.

I was just writing some code against 1.5 and thought I might use the new .save(update_fields=['xyz']) then I realized I was using PostgreSQL - which is an MVCC... which re-writes the entire row as far as I know even when one column is being updated.I popped into the release notes and it does in fact indicate that it is useful for high concurrency scenarios.I thought it would be nice to note in the docs somewhere that it is really not useful for database of this type unless you are using a healthy amount of the update_fields elsewhere.I might be wrong on all of this.I have never made a documentation change nor have any idea what the process would be so if someone chooses to make this note, please do!Thanks everyone!Christian