-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Currently, we are working on synchronizing identity attribute schema updates from IS into CDS. However, these schema changes also need to be reflected in existing profile data. Updating attributes across every stored profile individually would be operationally expensive and difficult to manage at scale.
What would be a suitable approach to handle this efficiently? One option could be to store profile attribute values generically (for example, as strings) within JSON, and then rely on the schema definition at read, update, or render time to interpret and enforce the correct data type. Would this be a reasonable and scalable design choice?
coderabbitai and Copilot
Metadata
Metadata
Assignees
Labels
No labels