hi guys 
i am attempting to understand the limits below.

see http://code.google.com/appengine/docs/java/datastore/overview.html


 Limit      
 
  maximum entity size 1 megabyte  maximum number of values in all indexes 
for an entity (1) 5,000 values  
   
   1. An entity uses one value in an index for every column × every row that 
   refers to the entity, in all indexes. The number of index values for an 
   entity can grow large if an indexed property has multiple values, requiring 
   multiple rows with repeated values in the table.





i am not sure what it means. 

i thought the limit would apply to list properties, but my test of 5002 
elements in a list was successful in the 
dev environment.

any help in clarifying what the limit means is helpful

thanks

-lp

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