| Action: | Page | Count | Insert | Delete | Create | Update |
| EC2 with SQL Express | 0.005 | 0.002 | 0.019 | 0.380 | 0.112 | 0.374 |
| EC2 with SimpleDB | 0.048 | 0.094 | 0.048 | 10.094 | 22.142 | 10.855 |
| Azure Table Services | 0.215 | 0.188 | 0.155 | 5.820 | 5.310 | 6.561 |
I was surprised to find Azure Table Services’ execution to be substantially slower than EC2 with SimpleDB for single-page SELECTS, iterative counts, and single INSERT operations.
With the exception of the Insert operation, you can verify the Azure Table Services timing data because the harness is available whenever Azure Data Services is up. EC2 services will be made available on request for brief periods (contact roger_jennings[at]compuserve[dot]com).