-
Notifications
You must be signed in to change notification settings - Fork 0
/
benchmarks.html
75 lines (64 loc) · 1.66 KB
/
benchmarks.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/htmol4/strict.dtd">
<!--
==== Postgres-XC Download Page ====
-->
<html lang="en">
<head>
<title>Postgres_XC Benchmark</title>
<meta http-equiv="Content-Type" content="text/html";charset=UTF-8>
<meta name="author" content="koichi-szk">
<meta name="description" content="Postgres-XC project home">
<meta name="keywords" content="PostgreSQL cluster scalability multi-master">
<base href="."/>
<link rel="stylesheet" type="text/css" href="pgcx_1.css">
</head>
<body bgcolor=#FFFFFF>
<h2>
Downloading benchmarks for Postgres-XC
</h2>
<h3>
List of benchmarks tested by the Developement team
</h3>
<h4>
pgbench, contribution module of PostgreSQL
</h4>
<p>
<ul>
<!-- tarball -->
<li>
<code>pgbench-pgxc.patch</code>: 
Patch applicable to pgbench of PostgreSQL 9.0 beta 1.
This modifies pgbench so as to define tables as distributed to spread data among multiple nodes.
⇒
<a href="https://sourceforge.net/projects/postgres-xc/files/pgbench/pgbench-pgxc.patch/download" target="_blank">
(download)
</a>
</li>
</ul>
</p>
<h4>
DBT-1, web-based transactional performance test
</h4>
<p>
<ul>
<li>
<code>dbt1_pgxc_v0_9_1.tar.gz</code>: 
DBT-1 benchmark. This version has been modified so as to make it work with Postgres-XC 0.9.1.
⇒
<a href="https://sourceforge.net/projects/postgres-xc/files/dbt1/dbt1_pgxc_v0_9_1.tar.gz/download" target="_blank">
(download)
</a>
</li>
<li>
<code>README</code>: 
Overview of the DBT-1_PGXC release.
⇒
<a href="https://sourceforge.net/projects/postgres-xc/files/dbt1/README/download" target="_blank">
(download)
</a>
</li>
</ul>
</p>
</body>
</html>