Exit crowded pages on macos sierra

When writing to a shelf object, I ran into a problem when I cannot write more records. I get HASH: Out of overflow pages. Increase page size, then _dbm.error: cannot add item to database. The problem occurs on both macos Sierra and earlier versions of os x el capitan. I am using python3, anaconda version. The same code works on ubuntu without any problems.
Is there some kind of third-party module that will work as a shelf, but actually works on OSX? That would be a great solution before getting it to actually work. I am working with now tinydb, but this is not quite the same.

+4
source share

Source: https://habr.com/ru/post/1675542/


All Articles