[SAMP-CDS] Purpose of "stage_*" fields on samp_sw_product and possibility of customizationSummaryThis article will explain the purpose of different fields stage_* (Like stage_categories, stage_description, etc) on the table samp_sw_product table. And also the possibility of customization/utilization of them for customizations. Question #1: Purpose of fields stage_* fields on table samp_sw_product? Answer: Stage_* columns were added to Orlando for supporting content updates. These columns are used to store the latest values downloaded from CDS during content download job. There is a job that compares the stage column with the corresponding actual column to figure out if a value has changed for a product. If yes, then the job propagates this change to all the impacted downstream entities and finally copies the value from stage to actual column.Question #2: Can we customize these columns? Answer: Stage columns are not supposed to be customized.