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

Popular posts from this blog

4x4 Matrix in Python -

python - String indices must be integers and while issue -

wso2is - WSO2 IS 5.0.0 SP1 After restart there is authentication error -