|
DirectoryStorage
Directory is a ZODB storage which uses ordinary files and directories to store revisions
of ZODB objects; one file per revision per object.
The following features differentiate DirectoryStorage from other
storages:
- Constant memory usage, even during packing. With the right filesystem,
I believe this makes DirectoryStorage the most scalable storage
available today.
- A very simple file format. Your data is not locked away inside
an unfamiliar, opaque database.
- Use familiar filesystem tools for maintaining the database.
For example:
- Take an incremental backup using tar.
- Make crucial persistent objects immutable using file permissions.
- Replication using rsync.
- Designed for fault tolerance.
For more information see DirectoryStorage on SourceForge.
|
|
Available Releases
Version |
Maturity |
Platform |
Released |
|