You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
(6) |
Sep
|
Oct
(19) |
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(12) |
Feb
(1) |
Mar
(4) |
Apr
(4) |
May
(32) |
Jun
(12) |
Jul
(11) |
Aug
(1) |
Sep
(6) |
Oct
(3) |
Nov
|
Dec
(10) |
2012 |
Jan
(11) |
Feb
(1) |
Mar
(3) |
Apr
(25) |
May
(53) |
Jun
(38) |
Jul
(103) |
Aug
(54) |
Sep
(31) |
Oct
(66) |
Nov
(77) |
Dec
(20) |
2013 |
Jan
(91) |
Feb
(86) |
Mar
(103) |
Apr
(107) |
May
(25) |
Jun
(37) |
Jul
(17) |
Aug
(59) |
Sep
(38) |
Oct
(78) |
Nov
(29) |
Dec
(15) |
2014 |
Jan
(23) |
Feb
(82) |
Mar
(118) |
Apr
(101) |
May
(103) |
Jun
(45) |
Jul
(6) |
Aug
(10) |
Sep
|
Oct
(32) |
Nov
|
Dec
(9) |
2015 |
Jan
(3) |
Feb
(5) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(9) |
Aug
(4) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2016 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
(2) |
20
(2) |
21
|
22
(3) |
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
(3) |
31
|
From: MauMau <mau...@gm...> - 2011-12-30 22:48:26
|
Hello, ----- Original Message ----- From: "Koichi Suzuki" <koi...@gm...> > If table is distributed, statements will be decomposed to smaller > pieces to run at each node and they will be executed in parallel. > Now our evaluation is more concentrated on running as many (small) > transactions in parallel, we've not evaluated parallel query > performance yet and there might be something we need to improve. > > Unfortunately, foreign tables are not supported yet. Great. I wish parallel queries will be able to handle foreign tables. If multiple Postgres-XC nodes can scan different parts of a large file on Hadoop through a foreign table, it will be a better tool than Hive. Regards MauMau |
From: Koichi S. <koi...@gm...> - 2011-12-30 08:33:30
|
HI, If table is distributed, statements will be decomposed to smaller pieces to run at each node and they will be executed in parallel. Now our evaluation is more concentrated on running as many (small) transactions in parallel, we've not evaluated parallel query performance yet and there might be something we need to improve. Unfortunately, foreign tables are not supported yet. Regards; ---------- Koichi Suzuki 2011/12/30 MauMau <mau...@gm...>: > Hello, > > I'm very interested in the evolution of Postgres-XC as a data warehouse > infrastructure. Thank you for your great job. Please let me ask you some > questions. > > 1.What kind of SELECT statements does the current Postgres-XC process in > parallel on multiple nodes? I mean I'd like to know if a single query can be > broken into pieces and processed in parallel on different nodes. To be more > concrete, does the following simple query become faster as the number of > nodes increases? > > SELECT SUM(some_column) FROM some_table [WHERE ...]; > > 2.Does the foreign table feature of PostgreSQL 9.1 work with Postgres-XC? If > it doesn't currently, do you have any plan? > > Regards > MauMau > > > > > ------------------------------------------------------------------------------ > Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex > infrastructure or vast IT resources to deliver seamless, secure access to > virtual desktops. With this all-in-one solution, easily deploy virtual > desktops for less than the cost of PCs and save 60% on VDI infrastructure > costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox > _______________________________________________ > Postgres-xc-general mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-general |
From: MauMau <mau...@gm...> - 2011-12-30 07:58:10
|
Hello, I'm very interested in the evolution of Postgres-XC as a data warehouse infrastructure. Thank you for your great job. Please let me ask you some questions. 1.What kind of SELECT statements does the current Postgres-XC process in parallel on multiple nodes? I mean I'd like to know if a single query can be broken into pieces and processed in parallel on different nodes. To be more concrete, does the following simple query become faster as the number of nodes increases? SELECT SUM(some_column) FROM some_table [WHERE ...]; 2.Does the foreign table feature of PostgreSQL 9.1 work with Postgres-XC? If it doesn't currently, do you have any plan? Regards MauMau |