compression - recipe for working with compressed (any)dbm files in python -
i have big-ol' dbm file, that's being created , used python program. saves amount of ram, it's getting big, , suspect i'll have gzip lower footprint.
i guess usage involve un-gzipping disk, using it, , erasing extracted dbm when i'm done.
i wondering whether there perhaps exists nice way of compressing dbm , keep working somehow. in spcific usecase, need read it.
thanks.
you can gzip value or use key/value store support compression wiredtiger.
Comments
Post a Comment