ABCDEFGHIJKLMNOPQRST
1
pgBench 9.3 used for all tests
2
3
pgbench -i -s 500
4
8.3 tuples only122.14128.19107.75
5
9.3 tuples only89.5190.4588.93
6
8.3 total396.13415.36405.26
7
9.3 total468.98452.23435.06
8
9
pgbench -i -s 500 --foreign-keys
10
8.3 tuples only108.33107.55
11
9.3 tuples only89.0690.0288.54
12
8.3 total463.02411.57435.02
13
9.3 total472.74453.17500.56
14
15
16
pgbench -c 10 -j 2 -t 5000
17
8.3 Transactions per second48.766.268.9769.3868.21
18
9.3 Transactions per second50.6255.6160.656.11
19
9.3 TPS w/ statistics at 1061.7166.6764.465.22
20
21
22
pgbench -c 10 -j 2 -T 14400
23
8.3 Transactions per second81.4
24
9.3 TPS w/ statistics at 1075.2
25
26
27
pgbench -c 10 -j 2 -T 4000
28
8.3 Transactions per second60.6778.2576.46
29
9.3 TPS w/ statistics at 1064.1271.4773
30
31
32
pgbench -c 10 -j 2 -T 4000 / max_conn=100
33
8.3 Transactions per second63.9580.4482.58
34
9.3 TPS w/ statistics at 1069.6973.0380.46
35
^ machine was being used for other things during this 9.3 test
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100