Prerequisites:
Azure Storage 3.0.0
VM size: Small(1 core)
Table: 1 partition - 2k rows, 10 columns
The story:
I have been observing the high CPU usage on one of my roles for a while and then I decided to digg a little. With a help of the profiler I spotted the hot path.
Once I realized that it was not my code which generated such load, I removed everything but the reading from the table itself. I removed custom entity resolver as well. The reading code is like in the Microsoft's how-to.
Unfortunately, I found just one simillar situation and the answer there gave me nothing: similar situation here
Question:
Any ideas?