Say one wants to add a new column to a table and populate it gradually, and they want to index it but not pay the price of locking the table due to CREATE INDEX in their next deployment. Because of ...