-
Notifications
You must be signed in to change notification settings - Fork 0
/
scalability.html
executable file
·56 lines (51 loc) · 1.6 KB
/
scalability.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/htmol4/strict.dtd">
<!--
==== Postgres-XC scalability description ===
TODO: Only very simple informatin is given here. Should it stay in
architecture document or be in separate material such as here?
-->
<html lang="en">
<head>
<title>Postgres_XC Scalability</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">
<link rel="stylesheet" type="text/css" href="pgcx_1.css">
</head>
<body bgcolor=#FFFFFF>
<h2>
Postgres-XC Scalability
</h2>
<p>
This page describes the scalability of Postgres-XC.
</p>
<p>
To evaluate the scalability, we used DBT-1 benchmark with a couple of modification as follows.
<ul type="disc">
<li>
Connection to the backend is modified from ODBC to libpq to allow to put more workload.
</li>
<li>
Columns are added to some of the tables to determine what server each tuple should go.
</li>
</ul>
</p>
<p>
For details of these changes and configuration of servers and networks,
please refer to the architecture document.
<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9/PG-XC_Architecture.pdf/download"
target="_blank">
(download)
</a>
</p>
<p>
The following figure shows Postgres-XC's scalability via number of servers.
Dotted line shows ideal scalability.
<div align="center">
<img src="image/scalability.jpg" >
</div>
</p>
</body>
</html>