This is somewhat related to

http://code.google.com/p/googleappengine/issues/detail?id=917
and
http://code.google.com/p/googleappengine/issues/detail?id=1084

On Aug 4, 2:11 am, Koen Bok <k...@madebysofa.com> wrote:
> Is there any way to reliably calculate how large an index for an item
> will be? That way I could make sure my fulltext wordlists will never
> get the exploding inde problem.
>
> My current index is
>
> - kind: SearchableIndex
>   properties:
>   - name: parentKind
>   - name: userKey
>   - name: words
>   - name: words
>   - name: sortKey
>
> Now let's say the words property has 10 words in it. Would my index
> then be 1 * 1 * 10 * 10 * 1 = 100? And could I just compare that
> against datastore._MAX_INDEXED_PROPERTIES?
>
> - Koen
--~--~---------~--~----~------------~-------~--~----~
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