我们想通过psycopg2使用AWS RDS Read副本,但是我们遇到了错误。
我们的环境:
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
我该怎么办?