A backend for ZODB that stores pickles in a relational database.
Project description
RelStorage is a storage implementation for ZODB that stores pickles in a relational database. PostgreSQL 9.0 and above (performance is best with 9.5 and above), MySQL 5.7 / 8.0, and Oracle 10g and 11g are currently supported. RelStorage replaced the PGStorage project.
Features
It is a drop-in replacement for FileStorage and ZEO.
There is a simple way to convert FileStorage to RelStorage and back again. You can also convert a RelStorage instance to a different relational database.
Designed for high volume sites: multiple ZODB instances can share the same database. This is similar to ZEO, but RelStorage does not require ZEO.
According to some tests, RelStorage handles high concurrency better than the standard combination of ZEO and FileStorage.
Whereas FileStorage takes longer to start as the database grows due to an in-memory index of all objects, RelStorage starts quickly regardless of database size.
Supports undo, packing, and filesystem-based ZODB blobs.
Both history-preserving and history-free storage are available.
Capable of failover to replicated SQL databases.
zodbconvert utility to copy databases.
Free, open source (ZPL 2.1)
Documentation
Documentation including installation instructions is hosted on readthedocs.
The complete changelog is also there.
Development
RelStorage is hosted at GitHub:
Continuous integration
A test suite is run for every push and pull request submitted. Travis CI is used to test on Linux, and AppVeyor runs the builds on Windows.
Builds on Travis CI automatically submit updates to coveralls.io to monitor test coverage.
Likewise, builds on Travis CI will automatically submit updates to landscape.io to monitor code health (adherence to PEP8, absence of common code smells, etc).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for RelStorage-3.0a2-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41a506aabd8b5c1f88df3523aa9270c8f70f0a39f5e946bc11acb62fd9e81175 |
|
MD5 | 46177186050c7d6e5e0f74f55204aa87 |
|
BLAKE2b-256 | 3efbb343681f9f7e2ebd384f8d32eb588af6572384288f3be47d57a7900f298e |