I am working with Azure Desktop Storage and trying to find the best way to improve performance. The queries that I execute are very simple - either the exact selection using the section key, and the line key, or the where clause with a list (for example, WHERE x == 1 or x == 2 or x == 3, etc.) . As soon as I return the data, I do not track them in the context of the data (there is no need to track changes, etc.). Saving data is similar, so I add it to the context to enable saving.
I am currently using the .NET library (repository client). Since I do not use change tracking and other TableServiceContext functions, I am thinking about using the HTTP API directly. Has anyone tried both options? If so, what difference in performance have you seen?
Thanks Erick
Errick t
source share