Skip to content

Data Modification when schema updates #139

@VivekVinushanth

Description

@VivekVinushanth

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?

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions