私はテストしていますPostgres-XL 9.5r1.2
。gtm
、coord1
、 、datanode1
でクラスターを構築しますdatanode2
。
pgbench
以下のコマンドでパフォーマンスをテストするために使用します。
pgbench -h db -U postgres -i -s 100 testdb;
pgbench -h db -U postgres -c 70 -t 40 -r testdb
テスト結果では、以下のエラーが何度も発生します
Client NN aborted in state 13: ERROR: maximum number of prepared transactions reached
HINT: Increase max_prepared_transactions (currently 10).
ということで、調整が必要のようmax_prepared_transactions
です。
私の問題は、どのホストで調整する必要があるpostgresql.conf
かです。coord1
? datanode1
そしてdatanode2
?または他に何ですか?