Best and efficient way to compare entries in one Azure table with other azure tables

Mahi_Vasanth 11 Reputation points
2022-12-06T06:26:07.423+00:00

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

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
170 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.