9 properties total: * 3 string properties * 2 float * 3 integer * 1 datetime
I have 2 composite indexes encompassing 2 properties each. On Fri, Jul 8, 2011 at 12:19 PM, Robert Kluin <[email protected]> wrote: > As ling as the latency is under 1000 ms you are ok. > > How many properties does your model have? > > > Robert > > > > > On Friday, July 8, 2011, Branko Vukelic <[email protected]> wrote: >> Forgot to mention that it doesn't have billing, and it's well below >> any quota limit at the moment. >> >> On Fri, Jul 8, 2011 at 11:05 AM, Branko Vukelic <[email protected]> wrote: >>> Thanks for clarification. So in this case I guess it would be normal >>> for the API call to take some time. Incidentally, is my app going to >>> be penalized if I get log entries marked with yellow triangle with >>> exclamation mark, supposedly because they use a lot of CPU/API time? >>> >>> On Fri, Jul 8, 2011 at 7:07 AM, Robert Kluin <[email protected]> wrote: >>>> If a property is used in a composite index it must unfortunately also have >>>> the corresponding asc/desc indexes (there is an issue filed about this). >>>> >>>> If you never query on a property marking it as unindexed will save >>>> resources. I python, the property constructors take a boolen indexed >>>> argument. >>>> >>>> Robert >>>> >>>> On Jul 7, 2011 11:29 AM, "Branko Vukelic" <[email protected]> wrote: >>>> >>>> -- >>>> 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. >>>> >>> >>> >>> >>> -- >>> Branko Vukelić >>> [email protected] >>> >>> Lead Developer >>> Herd Hound (tm) - Travel that doesn't bite >>> www.herdhound.com >>> >>> Love coffee? You might love Loveffee, too. >>> loveffee.appspot.com >>> >> >> >> >> -- >> Branko Vukelić >> [email protected] >> >> Lead Developer >> Herd Hound (tm) - Travel that doesn't bite >> www.herdhound.com >> >> Love coffee? You might love Loveffee, too. >> loveffee.appspot.com >> >> -- >> 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. >> >> > > -- > ------ > Robert Kluin > Ezox Systems, LLC > > -- > 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. > > -- Branko Vukelić [email protected] Lead Developer Herd Hound (tm) - Travel that doesn't bite www.herdhound.com Love coffee? You might love Loveffee, too. loveffee.appspot.com -- 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.
