On Wed, May 13, 2009 at 3:21 AM, cocoaghost <an0...@gmail.com> wrote:
>
> Sorry, I cut & paste the wrong paragraph. Ben did the favor for me.
> I am asking the maximal number of elements in one un-indexed list.

In an un-indexed list, the maximum number of elements is limited only
by the maximum entity size (1MB) and the time it takes to decode the
entity. The latter can be substantial in the case of very large lists.

-Nick Johnson

> On May 11, 6:48 pm, "Nick Johnson (Google)" <nick.john...@google.com>
> wrote:
>> On Sat, May 9, 2009 at 2:24 AM, cocoaghost <an0...@gmail.com> wrote:
>>
>> > With Python SDK 1.2.2, now it is possible:
>> > '''
>> > Datastore now supports Key-only queries, using either SELECT __key__
>> > or db.Query(Model, keys_only=True
>> > '''
>> > But what's the limit of list size?
>>
>> Can you clarify what you're asking, exactly? What list size?
>>
>> -Nick Johnson
>>
>> > On Mar 23, 4:08 pm, an0 <an0...@gmail.com> wrote:
>> >> If so, can I explicitly mark a ListProperty not to be indexed?
>>
>> >> I want the list's flexibility for some attributes, but don't want them
>> >> to be indexed, (how) can I achieve this goal?
>>
>> >> Thanks in advance.
> 

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