Depends on how efficient you need it to be.  You could store multiple 
3-digit numbers in a single 64-bit integer, e.g. 123 456 789 012 345 678.

On Thursday, March 6, 2014 10:50:56 AM UTC+2, Pertti Kellomäki wrote:
>
> I need to store lists of smallish integers. The lists consist of a few 
> tens of integers, and the integers are in the triple digit range.
>
> I could obviously use IntegerProperty(repeated=True), but since the lists 
> are basically only used at client side, this feels a bit overkill. There is 
> no need to search or index the lists.
>
> What would be the most efficient way to store these lists? I'm thinking of 
> simply storing them as json strings, but is there something else that I 
> could use?
> -- 
> Pertti Kellomäki, Kesanto Enterprises
> Your training in the cloud: <http://www.trainingcommons.com> 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to