0

pgpoolII-3.3.3 と pgPoolAdmin を使用して、ubuntu 12.04 に postgresql 9.1 をインストールしました。

postgresql のパフォーマンスを測定するために pgbench-tools でテストをしようとしています。

そこで、pgbench-tools があるディレクトリに移動し、構成ファイルを構成します。

私はこの注文を実行しようとします:

sudo -u postgres ./runset

この後、「Removing old pgbench tables」というメッセージが表示されます

最初のエラー メッセージ (重要ではないようです) は次のとおりです。ERROR: table "accounts does not exist"

この後、次のメッセージが表示されます。VACUUM creating new pgbench tables

この後

creating tables
10000 tuples done
20000 tuples done
...
100000 tuples done
...
vacuum...done.
Run set #1 of 2 with 2 clients scale=1
Running tests using: psql -h localhost -U postgres -p 5432 pgbench
Storing results using: psql -h localhost -U postgres -p 5432 pgbench

そして、この後に「クラッシュ」が発生します。

ERROR: relation "branches" does not exist
LINE 1: select count(*) for branches
ERROR: Attempt to determine database scale returned "", aborting

これはばかげた問題かもしれません。これらのシステムに関する高度な知識がないため、解決できません。

何を試すべきかについて何か考えはありますか?

4

1 に答える 1