You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
(10) |
May
(17) |
Jun
(3) |
Jul
|
Aug
|
Sep
(8) |
Oct
(18) |
Nov
(51) |
Dec
(74) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(47) |
Feb
(44) |
Mar
(44) |
Apr
(102) |
May
(35) |
Jun
(25) |
Jul
(56) |
Aug
(69) |
Sep
(32) |
Oct
(37) |
Nov
(31) |
Dec
(16) |
2012 |
Jan
(34) |
Feb
(127) |
Mar
(218) |
Apr
(252) |
May
(80) |
Jun
(137) |
Jul
(205) |
Aug
(159) |
Sep
(35) |
Oct
(50) |
Nov
(82) |
Dec
(52) |
2013 |
Jan
(107) |
Feb
(159) |
Mar
(118) |
Apr
(163) |
May
(151) |
Jun
(89) |
Jul
(106) |
Aug
(177) |
Sep
(49) |
Oct
(63) |
Nov
(46) |
Dec
(7) |
2014 |
Jan
(65) |
Feb
(128) |
Mar
(40) |
Apr
(11) |
May
(4) |
Jun
(8) |
Jul
(16) |
Aug
(11) |
Sep
(4) |
Oct
(1) |
Nov
(5) |
Dec
(16) |
2015 |
Jan
(5) |
Feb
|
Mar
(2) |
Apr
(5) |
May
(4) |
Jun
(12) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
1
|
2
|
3
|
4
(1) |
5
(1) |
6
|
7
|
8
(2) |
9
(2) |
10
|
11
|
12
(4) |
13
(1) |
14
|
15
(3) |
16
(5) |
17
(2) |
18
(2) |
19
|
20
|
21
|
22
(1) |
23
(5) |
24
(2) |
25
(6) |
26
(3) |
27
|
28
(1) |
29
(3) |
30
(7) |
|
|
|
|
From: Koichi S. <ko...@in...> - 2010-11-24 09:48:24
|
Hi, Xiong; Could you tell me CPU and I/O usage you can measure by sar? I'm afraid load balance is not good in Method 2. How many backend did you use in each coordinator? Did you have any warning that connection overflew in data nodes? Also, how long warm-up did you have? I'll let you know our configuration (sorry please let me have a bit). Regards; --- Koichi Suzuki (2010年11月24日 14:40), xiong wang wrote: > Hi Mason, > I tested it by 5 PCs. > The enviroment as follows: > 2 PCs, one datanode and one coordinator together on each of them, > GTM is on another PC, > 2 Loaders are on other 2 PCs. > Network 1G. > I tested Postgres-XC in two methods as follows: > Method 1. > loader -------- coordinator & datanode > \ > GTM > / > loader -------- coordinator & datanode > Method 2. > loader-------- coordinator & datanode > \ / \ > \ / \ > /\ GTM > / \ / > / \ / > loader -------- coordinator & datanode > The DBT1 test results in these two methods are very different. Method 1 > is much better than Method 2. I don't know why. > If I test Postgres-XC in Method 1, the DBT1 performance is close to what > the document declares. If I test it in Method 2, the result is much > worse than what the document writes. Could you tell me why the two > methods have so much effect on the DBT1 performace. > Thanks, > Regards, > Benny > >How much worse? > >How many physical servers are in each configuration? How is each server > >configured in each, with how many data nodes? What kind of network? > >Gigabit? > >Or was everything on one system? With virtual machines or without and > >just using different ports? > >Are there errors in the log file (connection limits hit)? > >Regards, > >Mason > > > > ------------------------------------------------------------------------------ > Increase Visibility of Your 3D Game App& Earn a Chance To Win $500! > Tap into the largest installed PC base& get more eyes on your game by > optimizing for Intel(R) Graphics Technology. Get started today with the > Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. > http://p.sf.net/sfu/intelisp-dev2dev > > > > _______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers |
From: xiong w. <wan...@gm...> - 2010-11-24 05:40:19
|
Hi Mason, I tested it by 5 PCs. The enviroment as follows: 2 PCs, one datanode and one coordinator together on each of them, GTM is on another PC, 2 Loaders are on other 2 PCs. Network 1G. I tested Postgres-XC in two methods as follows: Method 1. loader -------- coordinator & datanode \ GTM / loader -------- coordinator & datanode Method 2. loader-------- coordinator & datanode \ / \ \ / \ /\ GTM / \ / / \ / loader -------- coordinator & datanode The DBT1 test results in these two methods are very different. Method 1 is much better than Method 2. I don't know why. If I test Postgres-XC in Method 1, the DBT1 performance is close to what the document declares. If I test it in Method 2, the result is much worse than what the document writes. Could you tell me why the two methods have so much effect on the DBT1 performace. Thanks, Regards, Benny >How much worse? >How many physical servers are in each configuration? How is each server >configured in each, with how many data nodes? What kind of network? >Gigabit? >Or was everything on one system? With virtual machines or without and >just using different ports? >Are there errors in the log file (connection limits hit)? >Regards, >Mason |