Adding a 4-node pgbench based tutorial to the docs.
authorJan Wieck <jan@wi3ck.info>
Sun, 17 Jul 2016 05:24:47 +0000 (01:24 -0400)
committerJan Wieck <jan@wi3ck.info>
Sun, 17 Jul 2016 05:24:47 +0000 (01:24 -0400)
commita7d98dba1dd6bf1790f638fc1986ad409a26319f
tree4805e90bef2f9a6c40f111b9bdbd43d8e2fd8956
parent3fbb2bfb072c196497b9d6cf76c82dd09e476c74
Adding a 4-node pgbench based tutorial to the docs.
25 files changed:
doc/pgbench-tutorial/.gitignore [new file with mode: 0644]
doc/pgbench-tutorial/01_setup_standalone_db.sh [new file with mode: 0755]
doc/pgbench-tutorial/02_setup_3_node_cluster.sh [new file with mode: 0755]
doc/pgbench-tutorial/03_add_column.sh [new file with mode: 0755]
doc/pgbench-tutorial/04_drop_table.sh [new file with mode: 0755]
doc/pgbench-tutorial/05_add_table.sh [new file with mode: 0755]
doc/pgbench-tutorial/06_add_node_4.sh [new file with mode: 0755]
doc/pgbench-tutorial/07_outage_node_2.sh [new file with mode: 0755]
doc/pgbench-tutorial/08_resume_node_2.sh [new file with mode: 0755]
doc/pgbench-tutorial/09_outage_node_1.sh [new file with mode: 0755]
doc/pgbench-tutorial/10_resume_node_1.sh [new file with mode: 0755]
doc/pgbench-tutorial/11_fail_node_1.sh [new file with mode: 0755]
doc/pgbench-tutorial/12_rebuild_node_1.sh [new file with mode: 0755]
doc/pgbench-tutorial/13_drop_all.sh [new file with mode: 0755]
doc/pgbench-tutorial/README.md [new file with mode: 0644]
doc/pgbench-tutorial/config.sh [new file with mode: 0644]
doc/pgbench-tutorial/dbsums.sh [new file with mode: 0755]
doc/pgbench-tutorial/restart_slons.sh [new file with mode: 0755]
doc/pgbench-tutorial/slon.conf [new file with mode: 0644]
doc/pgbench-tutorial/sql/03_add_column_1.sql [new file with mode: 0755]
doc/pgbench-tutorial/start_pgbench.sh [new file with mode: 0755]
doc/pgbench-tutorial/start_slon.sh [new file with mode: 0755]
doc/pgbench-tutorial/stop_all.sh [new file with mode: 0755]
doc/pgbench-tutorial/stop_pgbench.sh [new file with mode: 0755]
doc/pgbench-tutorial/stop_slon.sh [new file with mode: 0755]