Best and efficient way to compare entries in one Azure table with other azure tables
Mahi_Vasanth
11
Reputation points
I have two Azure tables, one Azure table holds the 65k records of users usage information and other Azure table holds 80k records of each user information. I am trying to update one of the Azure table by comparing entries of 1st table with 2nd Azure table and also I am trying to scale the amount of data in Azure.
I need an assistance which will be the best way to do this using C#. I am currently using Azure function timer trigger to process the data.
Any help really appreciated. Thanks in advance
Sign in to answer