Assuming large delete and updates are done on a GP table.
Shouldn't i run vacuum analyze together? Should i run vacuum and analyze separately?. The GP best practice document says "Do not run vacuum analyze" http://gpdb.docs.pivotal.io/4300/pdf/GPDB43BestPractices.pdf
What is the order it runs when i run vacuum analyze? Is there any best practice around the order to run vacuum and analyze? Why Pivotal says do not run both of them together?