我们想通过 psycopg2 使用 AWS RDS 只读副本,但出现错误。
我们的环境:
- 克隆 5
- 相对存储 1.6.3
- psycopg2 2.7.3.2
- AWS RDS PostgreSQL(只读副本)
- buildout.conf:
rel-storage = read-only true
错误:
psycopg2.NotSupportedError: cannot use serializable mode in a hot standby
HINT: You can use REPEATABLE READ instead.
我们设置:
default_transaction_isolation repeatable read
我该怎么做?