Forum Discussion

PrateekNCR's avatar
PrateekNCR
Copper Contributor
Jan 28, 2021
Solved

Update Existing data in ADX

Hello,

 

I'm new to the community and Azure Data Explorer. I'm trying to find a way to update the existing records in the kusto table. I can across some blog posts which suggest that it is not possible. Did anyone find a way around to solve such a problem?

 

Best,

Prateek

  • hey 

     

    ADX is append only DB, records can be deleted for GDPR support 

    but otherwise you can logically update a record by creating a new version of it and retrieve the latest version of the record  PrateekNCR 

1 Reply

  • hey 

     

    ADX is append only DB, records can be deleted for GDPR support 

    but otherwise you can logically update a record by creating a new version of it and retrieve the latest version of the record  PrateekNCR 

Resources