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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to