ZODB.FileStorage.FileStorage
Documentation
File storage implements the Storage Interface using a simple yet robust file format.
The format uses 32-bit position pointers. For this reason, the format can only be used for moderately sized databases, containing no more than 2GB of data. A 64-bit file storage variant will be provided in the future.