On Mar 23, 12:09 pm, jpuopolo <puop...@gmail.com> wrote:
> 1. If I could make it so that the many side of the relationship did
> not need indexing, can a ListProperty deal with 1 million (non-
> indexed) items?

No; the whole entity has to be smaller than 1MB, and you'll need
considerably more than a single byte to store each item.

I suspect that having the entities on the many side have references
back to the entity on the one side is going to be the only way to
model something like this.  This will, of course, rule out some of the
techniques that Brett Slatkin's talk employs.

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