[google-appengine] Re: Heavy vs. Light entities

2009-10-12 Thread Shailen
he number of images would help, of course, but I think splitting the entity would be a good idea. - Shailen --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email

[google-appengine] Heavy vs. Light entities

2009-10-11 Thread Shailen
how app engine fetches data? - Shailen --~--~-~--~~~---~--~~ 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

[google-appengine] Re: using ListProperty or using Relationship Model

2009-10-09 Thread Shailen
when only keys are fetched, rather that the whole list. The many uses for key_names that Kevin suggests are really intriguing. I haven't used key_names much, so far, but they look like a really promising avenue for optimization. Many thanks for all your help. - Shailen Tuli On Oct 9, 8:38 am

[google-appengine] using ListProperty or using Relationship Model

2009-10-08 Thread Shailen
100 or so elements, that's an awful lot of reading. The problem worsens, obviously, for more urls (as is likely to be the case in my app) and longer lists. Anyone have a solution for this? I am leaning towards option 2, but worry about how scalable it really is. - Shailen Tuli