-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathuser.html
More file actions
125 lines (121 loc) · 4.03 KB
/
user.html
File metadata and controls
125 lines (121 loc) · 4.03 KB
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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE HTML PUBLIC "-//W3C/DTD HTML4.01//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<!--
==== Postgres-XC Project Page Home =========
Just frames and their layout
-->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html";charset=UTF-8>
<meta name="author" content="koichi-szk">
<meta name="description" content="Postgres-X2 project home">
<meta name="keywords" content="PostgreSQL cluster scale-out multi-master sharding">
<link rel="stylesheet" type="text/css" href="pgx2_1.css">
<title>Postgres-X2 User Page</title>
</head>
<!-- ---- Main Body -->
<h1 class="sub">Postgres-X2 User Page</h2>
<p class="sub">
This page contains Postgres-X2 user contents.
</p>
<h2>Relase Materials</h2>
<p class="h2">
<ul>
<li>
<a href="release_materials/1.2.1/pgxc-v1.2.1.tar.gz">
You can download latest release material from here.
</a>
</li>
<li>
Release materials for other releases will be found in
<a href="release_material.html">
this page.
</a>
</li>
</ul>
</p>
<h2>Online Reference</h2>
<p class="h2">
<ul>
<li>
<a href="reference/1.2/html/index.html">
Online reference document for the latest release
starts here.
</a>
</li>
<li>
Online reference document for other releases will be found
<a href="reference.html">
in this page.
</a>
</li>
</ul>
</p>
<h2>Userful Materials</h2>
<h3>Pgxc primer</h3>
<p class="h3">
<a href="presentation_docs/2014-05-07_pgxc_ctl_Primer/Pgxc_ctlprimer.pdf">
Download Pgxc Primer here.
</a>
</p>
<p class="h3">
You can configure Postgres-X2 database cluster manually from the scratch.
It is, however, just configuring many PostgreSQL database server manually
without errors.
This is very painful work with many pitfalls.
Pgxc_ctl saves many of such efforts and time.
Please click
<a href="presentation_docs/2014-05-07_pgxc_ctl_Primer/Pgxc_ctlprimer.pdf">
here for download.
</a>
</p>
<h3>Presentation Material</h3>
<p class="h3">
Postgres-XC presenatation at PG Open, 2013 gives useful materials of
Postgres-X2 configuration and operation tutorial using pgxc_ctl utility.
<ul class="h3">
<li>
<a href="presentation_docs/2013-09-16_Chicago/Chicago_Presentation_20130912.pdf">
This is the presentation slide deck</a> of postgres-xc cluster design, configuration
and operation given in PG-Open 2013.
</li>
<li>
<a href="presentation_docs/2013-09-16_Chicago/demo.txt">
Demonstration scenario</a> used in PG-Open 2013.
</li>
<li>
<a href="presentation_docs/2013-09-16_Chicago/pgxc_ctl.conf">
Configuration file</a> used in PG-Open 2013 demonstration.
</li>
</ul>
</p>
<p class="h3">
Presentation material in PostgreSQL workshop in HangZhou, July 25th, 2015.
Introductory description of Postgres-X2 concept, design and implementation.
<a href="presentation_docs/2015-07-25_HangZhou/PGXC_Scaleout_Approach.pdf">
You can download here.
</a>
</p>
<h2>Finding helps and share your experience</h2>
<p class="h2">
Subscript "postgres-x2-general&*quot; <a href="https://groups.google.com">google group</a> group.
To subscribe, view <a href="https://groups.google.com">google group page</a> and search for the group.
</p>
<p class="h2">
If you have urgent issues which needs quick fix, please visit project
<a href="https://github.com/postgres-x2/postgres-x2">
development page
</a>
and create an issue.
This will go to ome of the team's member and you may have quick response from
him/her.
</p>
<p class="h2">
If there is any difficulties in creating an issue, please write to one of the
owners of the project:
<ul>
<li><a href="mailto:koichi.dbms@gmail.com">Koichi</a> or</li>
<li><a href="mailto:alylee@gmail.com">Galy</a></li>
</ul>
</p>
</html>