Storing processed objects in database with sqlalchemy

Posted by Timmy on Stack Overflow See other posts from Stack Overflow or by Timmy
Published on 2010-04-20T21:39:41Z Indexed on 2010/04/20 21:43 UTC
Read the original article Hit count: 105

Filed under:
|

i have things that requires processing and rarely changes except with certain events to take advantage of memcached. can i store a serial version of an object in a data field quickly?

© Stack Overflow or respective owner

Related posts about sqlalchemy

Related posts about python