Efficient way to store tuples in the datastore

Posted by Drew Sears on Stack Overflow See other posts from Stack Overflow or by Drew Sears
Published on 2010-06-09T22:13:56Z Indexed on 2010/06/09 23:02 UTC
Read the original article Hit count: 212

If I have a pair of floats, is it any more efficient (computationally or storage-wise) to store them as a GeoPtProperty than it would be pickle the tuple and store it as a BlobProperty?

If GeoPt is doing something more clever to keep multiple values in a single property, can it be leveraged for arbitrary data? Can I store the tuple ("Johnny", 5) in a single entity property in a similarly efficient manner?

© Stack Overflow or respective owner

Related posts about python

Related posts about google-app-engine