-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
executable file
·85 lines (80 loc) · 2.86 KB
/
index.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
76
77
78
79
80
81
82
83
84
85
<!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 project Page</title>
</head>
<!-- ---- Main Body -->
<h1 class="main">Postgres-X2<br>PostgreSQL Scale-Out Cluster</h2>
<p class="main">
Welcome to Postgres-X2 page.
Postgres-X2 (PGX2 for shot) is symmetric Postgres-SQL cluster with real scale-out capability.
Enjoy.
</p>
<h2>Postgres-X2 Scales</h2>
<p class="h2">
Postgres-X2 is a successor of Postgres-XC.
This product provides both read and write scale-out just by having more than one database
servers linked together.
</p>
<h2>No Specific Hardware Needed</h2>
<p class="h2">
You do not need any specific hardware such as
dedicated storage server shared among database aservers.
You just need conventional servers with Linux operating system.
</p>
<h2>Transaction is Transparent</h2>
<p class="h2">
You do not have to be bothered with many pitfalls in writing multi-detabase applications.
Postgres-X2 provides integrated single database view to applications.
Any upadte to any server is visible to any other transactions sunning in
any Postgres-X2 cluster server.
</p>
<h2>Compatibile with PostgreSQL</h2>
<p class="h2">
In principle, Postgres-X2 API (libpq) is binary-compatible to PostgreSQL.
</p>
<h2>If you would like to use Postgres-X2</h2>
<p class="h2">
This is <a href="user.html">postgres-x2 user page</a>.
</p>
<h2>If you are joining Postgres-X2 development</h2>
<p class="h2">
This is <a href="developer.html">postgres-x2 developer page</a>.
</p>
<h2>Project Home Page</h2>
<p class="h2">
Project home page is
<a href="https://github.com/postgres-x2">https://github.com/postgres-x2</a>.
The project contains many sub project repositories.
You can visit the following page for specific repo.
</p>
<p class="h2">
Only Postgres-X2 repository entry is given here.
You can visit other repositories as you like.
</p>
<h3>Postgres-x2 Source Repository</h3>
<p class="h3">
This is main Postgres-X2 repository.
You can visit
<a href="https://github.com/postgres-x2/postgres-x2">
postgres-x2 main repository page
</a>
for internal development discussions.
</p>
<h3>Postgres-X2 Community Charter</h3>
<p class="h3">
Project charter is
<a href="charter.html">
here
</a>.
</html>