Jaxel
Well-known member
I'll be updating one of my addons soon. I'll need to go through all existing rows of a table, analyze a single column, and make alterations to the data in that column. I couldn't just select all rows and step through each row, because there could be 10,000 rows and that would hang the install. So I'll need to do this in a 100 rows-at-a-time process.
Does anyone have any examples of how they have done this in the past? Hopefully showing progress to the user?
Does anyone have any examples of how they have done this in the past? Hopefully showing progress to the user?