From 21887ef5f07f700e37a6f37d8987fc72aa212f05 Mon Sep 17 00:00:00 2001 From: Jason Madden Date: Fri, 27 Jan 2017 11:11:53 -0600 Subject: [PATCH] Version notes. [skip ci] --- README.rst | 6 +++--- doc/db-specific-options.rst | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index d70c583..d584d4e 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ RelStorage is a storage implementation for ZODB that stores pickles in -a relational database. PostgreSQL 9.0 and above, MySQL 5.0.32+ / -5.1.34+, and Oracle 10g and 11g are currently supported. RelStorage -replaced the PGStorage project. +a relational database. PostgreSQL 9.0 and above (performance is best +with 9.5 and above), MySQL 5.0.32+ / 5.1.34+, and Oracle 10g and 11g +are currently supported. RelStorage replaced the PGStorage project. ========== diff --git a/doc/db-specific-options.rst b/doc/db-specific-options.rst index 103fb5b..393c081 100644 --- a/doc/db-specific-options.rst +++ b/doc/db-specific-options.rst @@ -27,6 +27,8 @@ driver PostgreSQL Adapter Options ========================== +RelStorage 2.1 performs best with PostgreSQL 9.5 or above. + The PostgreSQL adapter accepts: driver @@ -118,6 +120,8 @@ driver Binary packages are distributed by Oracle for many platforms and include the necessary native libraries and C extension. + .. versionadded:: 2.1a1 + C MySQL Connector/Python The same as above, but RelStorage will only use the C extension. This is not compatible with gevent.