Drupal 7.83 https://www.drupal.org/project/drupal/releases/7.83 version has a "changed" property in user entity. Which means, this version is adding new field ‘changed’ in ‘users’ table.
Consider if the website has 5 millions records in users table. When we try to run this particular update using update.php execution, will that take more time to complete (or incomplete) for adding new field in ‘users’ table and update the default value for existing records?
Can someone share your experience on this update please?