Hello Community,I need to upgrade a table where there are more than 1 million rows available, I want to know can this operation be performed at Appian end, I am thinking of retrieving the data in batches of 5000, that batch needs to go through encryption/decryption function. Since this processing needs to be done at Appian end, so cant use Stored Procedures for this. Will Appian be able to handle such load ?Any suggestions will be helpful ?Thanks in advance.
Discussion posts and replies are publicly visible
You write "Since this processing needs to be done at Appian end". Seems like there are no options. Just make sure to do this during low-activity times and add a bit of a delay to the loop.