We want to collect usage statistics with our app.
Therefore, we want to track user actions somewhere on the server side.

Which option is more suitable, performance-wise:
1. Track user actions in the App Engine Log, i.e. write a log entry
each time. Evaluate the logs for usage statistics.
2. Track user actions in a table in the Datastore. Write an entry for
each user action. Evaluate this table for usage statistics.

I would guess, that log writes are much faster than Datastore writes.
What are your experiences and suggestions?

Thanks:
Henning
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to