When you insert a record (entity), you can specify which fields are
indexed. This is done on a row by row basis. So in your table you can
have a few rows, some are indexed, some not. The unindexed rows take a
lot less space. The downside is that you can only get them by primary
key. So minimize the indexes to the bare minimum you need in the copy.
Also look at the indexes on your master data, you may not need all of
them.

-- 
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-j...@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