Bulk update last login date for Azure AD users

HI All, 

We have a requirement to daily update last login of AADUsers. Number of users is greater than 700000.

We are fetching the last login data from a custom table in Azure AD and store it in csv file .

Is there any way to update the data in bulk in an optimized way ? It's taking time because of the huge data size.

Thanks in advance.