Google AppEngine has just came out of "Preview" today, & changed the pricing model & quotas accordingly. A major change in the pricing model is that instead of charging for the total CPU time of DB operations, they are now charged by the number of DB operations. This means that instead of tunning the DB operations themselves, a much better approach will be to just batch them together (when possible).