[storm] Compressed Pickle and RawStrings
Barry Warsaw
barry at canonical.com
Wed Apr 11 16:04:57 UTC 2012
On Apr 11, 2012, at 08:42 AM, Jamu Kakar wrote:
>There's also a JSON property that you may want to use instead of
>Pickle. It's a bit more interoperable, but otherwise very similar to
>Pickle. You need to store it in a TEXT column, not BYTEA or BLOB, and
>it can only contain data that can be loaded and dumped with json.loads
>and json.dumps. I haven't needed to rely on it for interoperability,
>but I do like that I can read it when I run manual queries in the psql
>shell. My decode-Pickle-in-my-head skills are a bit rusty. ;)
Ah, cool! I didn't know about that one.
-Barry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/storm/attachments/20120411/4afe8a67/attachment.pgp>
More information about the storm
mailing list