Hi. As you mentioned, your database file is about 2Gbytes in size. 2GB is the maximum file size in many linux platforms because of 32-bit signed offsets. Consider a possibility that ZODB uses 32-bit signed integers to handle it's file database. VV