openid - Is it possible to change partitionkey on azure table entities? -


on website user log in using open id , i'll store claimed identifier entity in azure tables using hash of claimed identifier partition key.

the work items user creates on site stored in azure tables using same hash partition key. seemed useful performance point since 1 user query own partition key.

but before paint myself corner, how can make possible user change open id provider , claimed identifier? because if claimed id changes, hash partition key has change. , can't change can i?

no, not possible change partition key table, how entities identified.

you need add new entity , delete old one.

you try using partition key.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -