开发者

Storing processed objects in database with sqlalchemy

i have things that requires processing and rarely changes except with certain events to take advantage of memcached. can i store a serial version o开发者_运维技巧f an object in a data field quickly?


Just pickle (or marshal or even JSON) it and throw it in memcached.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜