42
Postgres-XC PG session #3 Michael PAQUIER Paris, 2012/02/02

Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

  • Upload
    others

  • View
    15

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XCPG session #3

Michael PAQUIERParis, 2012/02/02

Page 2: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

2

Agenda

● Self-introduction● Highlights of Postgres-XC● Core architecture overview● Performance● High-availability● Release status

Page 3: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

3

Self-introduction

● Michael Paquier, 27 years old.● Based in Tokyo since 2009● Working for NTT Data Intellilink

– 500 employees– Website http://www.intellilink.co.jp– Company of NTT Data Group: 55,000 employees

● Working on DB system support mainly PostgreSQL● PostgreSQL community member

– pgbench shell-related features of 9.0– 2PC studies

● Core developer of Postgres-XC● Other information:

– Email: [email protected]– Twitter: @michaelpq– Blog: http://michael.otacoo.com

Page 4: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

4

Highlights

Page 5: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

5

Highlights - Postgres-XC● Cluster software focused on write-scalability● Based on PostgreSQL

● world's most advanced open source database● PostgreSQL license

● Same client APIs as PostgreSQL● Ease of application migration from existing PostgreSQL

deployment● Same drivers, same front end, same SQL queries

● Licensing● PostgreSQL license (more or less BSD)● Free to use, modify and redistribute for commercial purposes

Page 6: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

6

History

● Started through a collaboration between EnterpriseDB and NTT Open Source Software Center in January 2009

● Goal to build a PostgreSQL based clustering solution which can serve as an alternative to Oracle RAC

● Development is community-based, with resources gathered from NTT and EnterpriseDB

● Licensing terms changed from GPL to PostgreSQL license (same as Postgres) in 2011

Page 7: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

7

Core architecture

Page 8: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

8

About PostgreSQL 9.1

● Streaming replication and HOT-Standby

Master Slaves

Read/Write possible READ only

● Asynchronous mode => timestamp view not consistent● Synchronous mode => timestamp view consistent

Log shipping

Page 9: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

9

And Postgres-XC itself?

Distributed/replicated tablesSame data consistency/transparencySame timestamp view

Read/Write transactions

Page 10: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

10

In short

● Symetric cluster of PostgreSQL● No Slave and no Master● Read and write scalability● Transparent Transaction Management● Shared-nothing structure● 3 types of nodes: GTM, Coordinator,

Datanode

Page 11: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

11

Node types – GTM (1)

● Designed for transparency● Feeding of MVCC-related data: transaction ID, snapshot● Cluster follows GTM timeline: timestamp, sequence

Cluster nodesGTM

SnapshotGXIDTimestampSequence values

Page 12: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

12

Node types - Coordinator (2)● Point of contact for the application/client● Management of remote node data

● Parse and partially plan the statements● Determine the data to be fetched from remote nodes at planning or execution● Fetch the required data by issuing queries to dedicated Datanodes● Combine and process the data to evaluate the results of the query (if needed)● Pass the results to the applications

● Manages two-phase commit● Stores catalog data: cluster-related information● Needs and manages space for materializing results from remote nodes● Binary based on the latest PostgreSQL release

Page 13: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

13

Node types - Datanode (3)

● More or less a PostgreSQL instance (remote node)● Stores tables and catalogs● Executes the queries from client Coordinator and

returns results to it● Data nodes can be made fault tolerant by Hot-

Standby and Synchronous Replication technologies available of standard PostgreSQL

● Binary same as Coordinator, based on latest PostgreSQL release

Page 14: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

14

Datanode

Read/Write transactions

Node types - Global (4)

Coordinator

Datanode

N Coords...

CatalogPooler

Catalogdata

Coordinator

CatalogPooler

Catalogdata

M Dns...

Page 15: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

15

Data management

● Table types● Replicated table

– Each row replicated to Datanodes– Statement based replication

● Distributed table– Each row of the table is stored on one datanode, decided by

one of following strategies● Hash● Round Robin● Modulo

● Managed by SQL extensions (CREATE TABLE)● Possible to define subset of nodes

Page 16: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

16

Replicated tables

WriteWrite Write

parallel

Writes

col1 col2

1 45

2 23

3 34

col1 col2

1 45

2 23

3 34

col1 col2

1 45

2 23

3 34

Read

Reads

col1 col2

1 45

2 23

3 34

col1 col2

1 45

2 23

3 34

col1 col2

1 45

2 23

3 34

Page 17: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

17

Distributed tables

Write

Writes

col1 col2

1 45

2 23

3 34

col1 col2

102 26

202 98

302 6

col1 col2

101 654

201 8

301 124

Read

Reads

col1 col2

1 45

2 23

3 34

col1 col2

102 26

202 98

302 6

col1 col2

101 654

201 8

301 124

Page 18: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

18

Performance

Page 19: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

19

Scalability measurements● Tests done with DBT-1 (TPC-W)

benchmark with some minor modification to the schema

● 1 server = 1 coordinator + 1 datanode

● Coordinator is CPU bound● Datanode is I/O bound● CPU usage

● Coordinator 30%● Datanode 70%

Page 20: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

20

About high-availability

Page 21: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

21

Cluster SPOF problem

● GTM caseCluster nodesGTM

● Datanode is a SPOF if it has a portion of distributed table.

Cluster nodesGTM

Page 22: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

22

Datanode SPOF resolution (1)

● PostgreSQL 9.1 synchronous stream-rep

Cluster nodes Coordinator

Datanodemaster

Catalog

Catalogdata

Datanodeslave Catalog

data

Log shippingLog shipping

Page 23: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

23

Datanode SPOF resolution (2)

● Fallback slave node

Cluster nodes Coordinator

Datanodemaster

Catalog

Catalogdata

Datanodemaster Catalog

data

Log shippingLog shipping

Fallback

Page 24: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

24

GTM SPOF resolution (1)

● Use of a standby for GTM

Cluster nodes

GTM

GTM-Standby

Status backup

Page 25: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

25

GTM SPOF resolution (2)

● Fallback to standby and reconnect nodes

Cluster nodes

GTM

GTM-Standby

Status backup

Online reconnection

Page 26: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

26

PITR – requirements (1)● PITR, Point in-time recovery

● Rollback the database to a given past state● Need consistent points to restore shared-nothing nodes

tT Coordinator 1

tT Coordinator 2

tT Datanode 1

tT Datanode 2

Pt 1 Pt 2

Page 27: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

27

PITR – requirements (2)● Transaction status has to be consistent in the cluster● Each transaction must be either:

● Committed/Prepared/Aborted/Running on all the involved nodes● We must avoid cases where transaction is prepared and committed partially, or

prepared and rollbacked partially

● Write record in WALs of all the coordinators and datanodes at a moment when all the transaction statuses are consistents.

● External Application can provide such timing as with BARRIER● CREATE BARRIER barrier_id

● BARRIER:● Waits that partially committed or aborted transactions commit (2PC)● Blocks all transaction commit when running a barrier● Still needs a timeout functionality

● When running PITR, specify recovery_target_barrier in recovery.conf

Page 28: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

28

Release statusWhat now and next?

Page 29: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

29

Current functionalities

● Up to 0.9.7 (current release of January 2012)● Based on PostgreSQL 9.1● 90%-92% of SQL● Major DDL/DML (TABLE, ROLE, VIEW, SELECT INTO,

DEFAULT values)● General select support: support extension

– HAVING, GROUP BY, ORDER BY, LIMIT, OFFSET, aggregate, window function, etc.

● SQL-based cluster setting● Relation-size functions

Page 30: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

30

About Postgres-XC 1.0

● Release on April 2012 (plan)● Tablespace● Triggers● SERIAL● Cluster bootstrap● SELECT FOR UPDATE

Page 31: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

31

After 1.0

● Node addition/removal● Move tuples from a node to another node

– Ex: update of a distribution column

● Online server removal/addition● Connection balancing between master and slave

Datanodes for read transactions.● SQL/MED, Foreign data wrapper (FDW) integration● Installation, configuration, operation● Global deadlock detection (global wait-for-graph)

Page 32: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

32

Project ressources and contacts

● Project home● http://postgres-xc.sourceforge.net

● Developer mailing list● [email protected][email protected]

● Contacts● [email protected][email protected]

● Twitter: @michaelpq

● Blog: http://michael.otacoo.com

Sponsored andsupported by:

Page 33: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

33

Thanks for your attention.Questions?

Page 34: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

34

GTM Proxy reconnection

● Signal GTM Proxy and reconnect nodes

DatanodeDatanode

Coordinator

Datanode

GTM

GTM-Standby

GTM-Proxy

TX info

TX info

Signal

Page 35: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

35

Release policy

Page 36: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

36

Key algorithm

Page 37: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

37

DatanodeDatanode

Query algorithm (1)

● Receive query from application

● Get snapshot, GXID and timestamp from GTM

Coordinator

Datanode

CatalogPooler

Catalogdata

GTM

Query

Page 38: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

38

DatanodeDatanode

Query algorithm (2)

● Incoming statements: analyzer and rewriter

● Planning: analyze nodes to be involved. Build queries for local nodes (push down if necessary)

Coordinator

Datanode

CatalogPooler

Catalogdata

GTM

Page 39: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

39

DatanodeDatanode

Query algorithm (3)

● Run queries on remote Datanodes and send back results to Coordinator

Coordinator

Datanode

CatalogPooler

Catalogdata

GTM

Catalogdata

Catalogdata

Page 40: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

40

DatanodeDatanode

Query algorithm (4)

● Materialize results if necessary and send back to client

Coordinator

Datanode

CatalogPooler

Catalogdata

GTM

Results

Page 41: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

41

psql client 1

Demonstration

Coordinator 1Port 5432

Datanode 1Port 15432

psql client 2

Coordinator 2Port 5433

Datanode 2Port 15433

GTMPort 6666

Page 42: Postgres-XC PG session #3 Michael PAQUIER · 2020-03-18 · Postgres-XC, Michael Paquier 2012/02/02, 9:00〜 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Postgres-XC, Michael Paquier2012/02/02, 9:00〜

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

42

License

● This document is Copyright © 2012 by Michael Paquier. You may distribute it and/or modify it under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by-nc-sa/3.0/), version 3.0 or later.