Processing Bulk data stored in DB table
There is a DB table which contains high volume of data (more than 100K). We want to process it everyday to update certain value in individual case.
What could be a good approach to acheive this requirement in background.