What is the recommended method to make bulk modifications to a data store?
In our case, we need to (occasionally) change the value of one property (a count) and in some cases add a new (derived) property. This will be done on the jrComment datastore so in our case the conversion will process an enormous number of items.
Logically the conversion algorithm will work on the comments for one discussion, group discussion or blog at a time. Thus it could take place when either of these aggregates are accessed. That is, it could be on-demand rather than converting the entire store all at once.
Bottom line, just looking for the JR prescribed method for datastore conversions.
--
TiG
updated by @tig: 03/30/18 04:44:28AM