I've just read in the docs (and seen in a google IO video) that basic
indexes are built for any non text/blob property even if we do not
need to filter on that property...

http://code.google.com/appengine/docs/datastore/queriesandindexes.html#Defining_Indexes_With_index_yaml
"As described above, every property (that doesn't have a Text or Blob
value) of every entity is added to at least one index table, including
a simple index provided by default"

So does this mean if I had a few of ListProperties with 100+ items
they would create huge indexes, even it they are not being used in
filters?

Would it be best to store the lists in blob or text properties to
prevent those items being indexed - or can I just specify that I don't
need any indexes for certain properties?

Anthony
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to