El mié, 24-08-2016 a las 16:06 -0700, Craig James escribió:
I know the CLUSTER command essentially creates a new table, copies the data in INDEX order, then deletes the original table.Does that mean all of the data passes through the WAL logs, or is it purely an internal operation? More specifically, if we're doing streaming replication, will all of the data for the table being clustered be transmitted across the network to the hot-standby slave?
Yes for sure.
Thanks,Craig