ZODB.Architecture.DB.pack

Documentation
Pack the database. All database records that were not current at the given time t are removed. In addition, any objects that existed and were unreachable as of t are removed from the database.
Parameters
TypeNameDefaultDocumentation
PyFloattNoneA time (as returned by time.time) to pack to. If t is not specified, then the current time is used.