I have a Java application that has approximately 100 users. In this
application there is a table that would have the equivalent of 100,000
entities added per day, ie 100 users each doing 1000 inserts per day.

>From time to time I will need to output a CSV file that shows one
months worth of entries for a particular user, ie would result in a
file with 30,000 entries.

If I understand correctly, The entities would be given an anscestor
record to allow querying the transactions by user, and then filter
them by month.

Am I going to have timeout issues with querying by user+month, and for
in the case where I need to export a month's worth of data?

Any feedback much appreciated!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to