Hi,
I've studied the Jaiku code ( http://code.google.com/p/jaikuengine/ )
and noticed a piece of it that can cause an exploding index:
- kind: InboxEntry
properties:
- name: inbox
- name: created_at
direction: desc
'inbox' is a StringListProperty and the list is very large for real
cases (in fact, the number of followers of a user of the service).
How can I know if an index will be too large? What are the reference
values?
As I don't have much knowledge of GAE, I want to know if I'm right.
Thanks!
--
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.