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
(2) |
16
|
17
|
18
|
19
(1) |
20
(4) |
21
|
22
|
23
|
24
|
25
|
26
(1) |
27
|
28
|
29
|
30
|
|
|
From: Mason S. <mas...@en...> - 2010-09-20 13:55:34
|
Benny, An additional comment- In the source code, most of the changes compared to PostgreSQL are below src/backend/pgxc. These are all new files. You can look through and read comments. In addition, changes to existing PostgreSQL modules can be easily found by searching for the string PGXC, so you can see what changed and why. Thanks, Mason On 9/20/10 12:15 AM, Koichi Suzuki wrote: > Benny, > > Thank you very much for the suggestion. Yes, I understand the > README is not rich. Instead, we have "architecture" document which > you can download separately, as well as other manual and guidelines. > > Could you try these documents? Especially, I made "architecture" > document as a separate one because XC internal is not simple to > understand and I thought usual document with graphics and tables will > be more helpful. > > Your advice is very valuable. I'll be waiting for your further advice. > > Thank you very much; > ---------- > Koichi Suzuki > > > 2010/9/19 mei le <lem...@ya... > <mailto:lem...@ya...>> > > Dears : > > This is Benny ,a postgraduate for DBMS from DUTchina. I have > studied postgreSQL for a long time. And I have always kept close > eye on postgreSQL cluster solutions such as PGCluster-2 and > GridSQL etc. After postgres-xc released, I have learned much about > it. It's a great cluster frame. I have been reading postgres-xc > source code recently. > > Reading PostgresSQL code, I always like to read README > under relative directory, which can make me learn more knowledge > on its relative functions. But when I scan postgres-xc code which > was freshly added, I can't find any README to introduce the > summary or relative knowledge. I think README is very important to > an open source code. I don't know why postgres-xc ignores README > files .Could we add the README files later? > > > Truly yours, > > Benny > > > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > <mailto:Pos...@li...> > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers > > > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > > > _______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers > -- Mason Sharp EnterpriseDB Corporation The Enterprise Postgres Company This e-mail message (and any attachment) is intended for the use of the individual or entity to whom it is addressed. This message contains information from EnterpriseDB Corporation that may be privileged, confidential, or exempt from disclosure under applicable law. If you are not the intended recipient or authorized to receive this for the intended recipient, any use, dissemination, distribution, retention, archiving, or copying of this communication is strictly prohibited. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and delete this message. |
From: Mason S. <mas...@en...> - 2010-09-20 13:50:32
|
On 9/20/10 4:19 AM, mei le wrote: > Dears: > I've learned much about postgres-xc recently. I am very > interested in its "architecture". I want do some experiments based on > it for my postgraduate paper. > By reading the documents and source code, I found it will be a > long time from postgres-xc stability and high performance. For > example, there's no any HA(High-Availability) solution such as standby > during the cluster running. In addition, many statements are not > supported in postgres-0.9.2-release.You will be greatly appreciated if > you could tell me something about postgres-xc recent and > future development schedule. According to that, I can make an > appropriate experiment plan. It’s a little bit urgent, thank you for > your reply. I will always keep eyes on our postgres-xc. > > Yours truly, > > Benny > Benny, There was a talk we gave at PG con in Ottawa in May. In the presentation slides was some additional info about upcoming features. There is some audio here: http://www.pgcon.org/2010/schedule/events/226.en.html. The amount of SQL coverage has expanded greatly compared to when we first announced the project, and the current development head adds even more, if you want to download that. HA is currently being designed and discussed so you can expect to see that in the future. If it fits in with your post-graduate work, please feel free to get involved and contribute to the project. Regards, Mason > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > > > _______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers > -- Mason Sharp EnterpriseDB Corporation The Enterprise Postgres Company This e-mail message (and any attachment) is intended for the use of the individual or entity to whom it is addressed. This message contains information from EnterpriseDB Corporation that may be privileged, confidential, or exempt from disclosure under applicable law. If you are not the intended recipient or authorized to receive this for the intended recipient, any use, dissemination, distribution, retention, archiving, or copying of this communication is strictly prohibited. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and delete this message. |
From: mei le <lem...@ya...> - 2010-09-20 08:20:02
|
Dears: I've learned much about postgres-xc recently. I am very interested in its "architecture". I want do some experiments based on it for my postgraduate paper. By reading the documents and source code, I found it will be a long time from postgres-xc stability and high performance. For example, there's no any HA(High-Availability) solution such as standby during the cluster running. In addition, many statements are not supported in postgres-0.9.2-release.You will be greatly appreciated if you could tell me something about postgres-xc recent and future development schedule. According to that, I can make an appropriate experiment plan. It’s a little bit urgent, thank you for your reply. I will always keep eyes on our postgres-xc. Yours truly, Benny |
From: Koichi S. <koi...@gm...> - 2010-09-20 04:15:59
|
Benny, Thank you very much for the suggestion. Yes, I understand the README is not rich. Instead, we have "architecture" document which you can download separately, as well as other manual and guidelines. Could you try these documents? Especially, I made "architecture" document as a separate one because XC internal is not simple to understand and I thought usual document with graphics and tables will be more helpful. Your advice is very valuable. I'll be waiting for your further advice. Thank you very much; ---------- Koichi Suzuki 2010/9/19 mei le <lem...@ya...> > Dears : > > This is Benny ,a postgraduate for DBMS from DUTchina. I have > studied postgreSQL for a long time. And I have always kept close eye on > postgreSQL cluster solutions such as PGCluster-2 and GridSQL etc. After > postgres-xc released, I have learned much about it. It's a great cluster > frame. I have been reading postgres-xc source code recently. > > > > Reading PostgresSQL code, I always like to read README under > relative directory, which can make me learn more knowledge on its relative > functions. But when I scan postgres-xc code which was freshly added, I can't > find any README to introduce the summary or relative knowledge. I think > README is very important to an open source code. I don't know why > postgres-xc ignores README files .Could we add the README files later? > > > > > Truly yours, > > > > Benny > > > > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers > > |