Speaking in terms of 'data mining' that you might be doing from the
user's action logs, i would recommend data store writes !

--
Pranav Prakash

On Jun 14, 9:28 pm, Henning <henning.boe...@googlemail.com> wrote:
> 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 google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to