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
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
(3) |
16
|
17
|
18
(1) |
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
|
|
|
From: Koichi S. <koi...@gm...> - 2015-05-18 06:41:21
|
Thanks Ashutosh for the reply. --- Koichi Suzuki 2015-05-15 16:13 GMT+09:00 Ashutosh Bapat <ash...@en...>: > > > On Fri, May 15, 2015 at 12:13 PM, Manikandan Soundarapandian < > ma...@vt...> wrote: > >> Hi, >> >> Am trying to understand how the coordinator node collects query results >> from the datanodes. I see the method handle_response() >> in ../backend/pgxc/pool/execRemote.c is called for every connection >> handle. In an infinite for loop, it collects messages from the data >> nodes and combines the results. I am confused between the two case >> statements 'D' and 'd'. What is the difference between these two cases? >> What exactly is the difference between the methods 'HandleDataRow' and >> 'HandleCopyDataRow' and can you give an example when each of these >> methods are invoked? Please help. This will help in my research work. >> >> > I guess HandleDataRow handles "data" row of a query result. The other > function handles the output of COPY command. These two have different forms. > > >> Thanks >> Mani >> >> >> >> ------------------------------------------------------------------------------ >> One dashboard for servers and applications across Physical-Virtual-Cloud >> Widest out-of-the-box monitoring support with 50+ applications >> Performance metrics, stats and reports that give you Actionable Insights >> Deep dive visibility with transaction tracing using APM Insight. >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >> _______________________________________________ >> Postgres-xc-developers mailing list >> Pos...@li... >> https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers >> > > > > -- > Best Wishes, > Ashutosh Bapat > EnterpriseDB Corporation > The Postgres Database Company > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers > > |
From: Manikandan S. <ma...@vt...> - 2015-05-15 07:19:28
|
Hi Ashutosh, Thanks for the reply. Do you mean the COPY command like the following that we use to copy query result to a file, COPY (select * from xxx) to '/home/xx.txt' Thanks Mani On Fri, 2015-05-15 at 12:43 +0530, Ashutosh Bapat wrote: > > > On Fri, May 15, 2015 at 12:13 PM, Manikandan Soundarapandian > <ma...@vt...> wrote: > Hi, > > Am trying to understand how the coordinator node collects > query results > from the datanodes. I see the method handle_response() > in ../backend/pgxc/pool/execRemote.c is called for every > connection > handle. In an infinite for loop, it collects messages from the > data > nodes and combines the results. I am confused between the two > case > statements 'D' and 'd'. What is the difference between these > two cases? > What exactly is the difference between the methods > 'HandleDataRow' and > 'HandleCopyDataRow' and can you give an example when each of > these > methods are invoked? Please help. This will help in my > research work. > > > > I guess HandleDataRow handles "data" row of a query result. The other > function handles the output of COPY command. These two have different > forms. > > > Thanks > Mani > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across > Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you > Actionable Insights > Deep dive visibility with transaction tracing using APM > Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers > > > > -- > Best Wishes, > Ashutosh Bapat > EnterpriseDB Corporation > The Postgres Database Company > |
From: Ashutosh B. <ash...@en...> - 2015-05-15 07:14:00
|
On Fri, May 15, 2015 at 12:13 PM, Manikandan Soundarapandian <ma...@vt...> wrote: > Hi, > > Am trying to understand how the coordinator node collects query results > from the datanodes. I see the method handle_response() > in ../backend/pgxc/pool/execRemote.c is called for every connection > handle. In an infinite for loop, it collects messages from the data > nodes and combines the results. I am confused between the two case > statements 'D' and 'd'. What is the difference between these two cases? > What exactly is the difference between the methods 'HandleDataRow' and > 'HandleCopyDataRow' and can you give an example when each of these > methods are invoked? Please help. This will help in my research work. > > I guess HandleDataRow handles "data" row of a query result. The other function handles the output of COPY command. These two have different forms. > Thanks > Mani > > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers > -- Best Wishes, Ashutosh Bapat EnterpriseDB Corporation The Postgres Database Company |
From: Manikandan S. <ma...@vt...> - 2015-05-15 06:43:25
|
Hi, Am trying to understand how the coordinator node collects query results from the datanodes. I see the method handle_response() in ../backend/pgxc/pool/execRemote.c is called for every connection handle. In an infinite for loop, it collects messages from the data nodes and combines the results. I am confused between the two case statements 'D' and 'd'. What is the difference between these two cases? What exactly is the difference between the methods 'HandleDataRow' and 'HandleCopyDataRow' and can you give an example when each of these methods are invoked? Please help. This will help in my research work. Thanks Mani |