splitting a large dictionary into smaller ones

Paul Rubin http
Sun Mar 22 22:51:12 EDT 2009


per <perfreem at gmail.com> writes:
> i would like to split the dictionary into smaller ones, containing
> only hundreds of thousands of keys, and then try to pickle them. 

That already sounds like the wrong approach.  You want a database.



More information about the Python-list mailing list