On Wednesday, December 3, 2014 4:23:31 PM UTC-5, Ams Fwd wrote:
>
> I would recommend just storing them on disk and let the OS VMM deal with 
> caching for speed. If you are not constrained for space I would 
> recommend not zlib-ing it either. 


I'll second storing them to disk.  Large object support in all the 
databases is a pain and not very optimal.  Just pickle/unpickle a file and 
use the db to manage that file.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to