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

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -