Hello all, I've got Python ad-serving application that needs to track how many times an ad was served daily. I could obviously add a record to the datastore, but I'm wondering if logging the request and then exporting/ parsing it daily would be as effective? This would keep my datastore writes way down as I'm looking at about 60-100 million requests/day.
Is the logging consistent enough to rely upon? Thanks! Scott -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
