내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Updating existing PK in the table

Avatar

Level 2

If there is a custom schema with composite PK. Is it recommended to change the composite PK and remove columns from previous PK and add new columns?

 

Will this change result in corruption of existing campaign workflows using the schema? Any other issues and if there is a recommendation on dealing with this type of change?

 

Thanks. 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi @RajatPanwar ,

 

The change of a column in the Primary Composite key will not corrupt the columns not the data in the Schema.

 

In the downstream Campaigns, in any logic if you are using the Reconciliation Keys in Enrichment to Join or Using Update Data activity these keys should be changes accordingly as per the Unique Primary key combination, so that it won't be impacting the Campaigns.

 

Regards,

Pravallika.

원본 게시물의 솔루션 보기

3 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi @RajatPanwar ,

 

The change of a column in the Primary Composite key will not corrupt the columns not the data in the Schema.

 

In the downstream Campaigns, in any logic if you are using the Reconciliation Keys in Enrichment to Join or Using Update Data activity these keys should be changes accordingly as per the Unique Primary key combination, so that it won't be impacting the Campaigns.

 

Regards,

Pravallika.

Avatar

Level 2

Thanks. if the new composite PK have records in the schema which are not unique based on the combination, will the schema/other screens in the console through an error and we need to clean up those rows and make it unique based on the new composite PK?

Avatar

Community Advisor

Hi @RajatPanwar ,

 

Yes, if the previous data before changing composite key is not unique as per latest Composite key, either u can update the newly added primary key column to get the Unique key combination or delete the data.

 

Regards,

Pravallika