wee bit further
elaboration... MVCC for updates is DELETE followed by INSERT. That is what the docs are talking about when mentioning "new rows", not the type of "new row" that is done with an INSERT statement which is ALWAYS appended to end of table. I actually had to ask about this one in PostgreSQL slack chat because I wasn't 100% positive that index clustering order does not influence INSERT location, but apparently even clustering order does not influence a location for INSERTs other than the end of the table. We all learned something here, lol Regards, Michael Vitale
|