UNIX sockets vs. localhost
$ sudo su postgres
$ psql -c "CREATE DATABASE example;"
$ pgbench -i -s 500 example
$ pgbench -c 10 -j 10 -t 10000 example
$ pgbench -c 10 -j 10 -t 10000 example -h localhost
$ sudo su postgres
$ psql -c "CREATE DATABASE example;"
$ pgbench -i -s 500 example
$ pgbench -c 10 -j 10 -t 10000 example
$ pgbench -c 10 -j 10 -t 10000 example -h localhost
Комментариев нет:
Отправить комментарий