From: Tomasz S. <str...@gm...> - 2013-07-20 15:24:58
|
Hi, I have a question about transactions, i readed that postgres-xc doesn't support savepoints. What happens if transaction fails ? My application use postgreSQL and implement savepoint dao class with create savepoint in database. I want to migrate from postgreSQL to postgres-xc and i don't know what to do in this situation. Regards |
From: Michael P. <mic...@gm...> - 2013-07-20 22:01:48
|
On Sun, Jul 21, 2013 at 12:24 AM, Tomasz Straszewski < str...@gm...> wrote: > Hi, > > I have a question about transactions, i readed that postgres-xc doesn't > support savepoints. What happens if transaction fails ? > All the modifications done by this transaction are dropped on all the nodes involved as it rollbacks. -- Michael |
From: Tomasz S. <str...@gm...> - 2013-07-21 13:11:08
|
W dniu 2013-07-21 00:01, Michael Paquier pisze: > > > > On Sun, Jul 21, 2013 at 12:24 AM, Tomasz Straszewski > <str...@gm... <mailto:str...@gm...>> > wrote: > > Hi, > > I have a question about transactions, i readed that postgres-xc > doesn't > support savepoints. What happens if transaction fails ? > > All the modifications done by this transaction are dropped on all the > nodes involved as it rollbacks. > -- > Michael Hi, I have one more question. Are plans to add functionality of creating save points in future releases ? Reagrds. |
From: Michael P. <mic...@gm...> - 2013-07-21 13:47:02
|
On Sun, Jul 21, 2013 at 10:10 PM, Tomasz Straszewski < str...@gm...> wrote: > W dniu 2013-07-21 00:01, Michael Paquier pisze: > > > > > On Sun, Jul 21, 2013 at 12:24 AM, Tomasz Straszewski < > str...@gm...> wrote: > >> Hi, >> >> I have a question about transactions, i readed that postgres-xc doesn't >> support savepoints. What happens if transaction fails ? >> > All the modifications done by this transaction are dropped on all the > nodes involved as it rollbacks. > -- > Michael > > > Hi, > I have one more question. > > Are plans to add functionality of creating save points in future releases ? > It is not explicitly listed in the roadmap maintained by the main developers: http://postgres-xc.sourceforge.net/ And as I recall it is not a high priority. -- Michael |
From: 鈴木 幸市 <ko...@in...> - 2013-07-22 01:08:35
|
Priority depends upon how it is demanded. Yes, so far, the priority is not high. On the other hand, I expect the development effort is not too much. --- Koichi Suzuki On 2013/07/21, at 22:46, Michael Paquier <mic...@gm...> wrote: > > > > On Sun, Jul 21, 2013 at 10:10 PM, Tomasz Straszewski <str...@gm...> wrote: > W dniu 2013-07-21 00:01, Michael Paquier pisze: >> >> >> >> On Sun, Jul 21, 2013 at 12:24 AM, Tomasz Straszewski <str...@gm...> wrote: >> Hi, >> >> I have a question about transactions, i readed that postgres-xc doesn't >> support savepoints. What happens if transaction fails ? >> All the modifications done by this transaction are dropped on all the nodes involved as it rollbacks. >> -- >> Michael > > Hi, > I have one more question. > > Are plans to add functionality of creating save points in future releases ? > It is not explicitly listed in the roadmap maintained by the main developers: > http://postgres-xc.sourceforge.net/ > And as I recall it is not a high priority. > -- > Michael > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk_______________________________________________ > Postgres-xc-general mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-general |
From: Mason S. <ma...@st...> - 2013-07-22 11:48:02
|
Sent from my IPhone On Jul 21, 2013, at 9:08 PM, 鈴木 幸市<ko...@in...> wrote: > Priority depends upon how it is demanded. Yes, so far, the priority is not high. On the other hand, I expect the development effort is not too much. I agree, it is probably not bad. > --- > Koichi Suzuki > > > > On 2013/07/21, at 22:46, Michael Paquier <mic...@gm...> wrote: > >> >> >> >> On Sun, Jul 21, 2013 at 10:10 PM, Tomasz Straszewski <str...@gm...> wrote: >> W dniu 2013-07-21 00:01, Michael Paquier pisze: >>> >>> >>> >>> On Sun, Jul 21, 2013 at 12:24 AM, Tomasz Straszewski <str...@gm...> wrote: >>> Hi, >>> >>> I have a question about transactions, i readed that postgres-xc doesn't >>> support savepoints. What happens if transaction fails ? >>> All the modifications done by this transaction are dropped on all the nodes involved as it rollbacks. >>> -- >>> Michael >> >> Hi, >> I have one more question. >> >> Are plans to add functionality of creating save points in future releases ? >> It is not explicitly listed in the roadmap maintained by the main developers: >> http://postgres-xc.sourceforge.net/ >> And as I recall it is not a high priority. >> -- >> Michael >> ------------------------------------------------------------------------------ >> See everything from the browser to the database with AppDynamics >> Get end-to-end visibility with application monitoring from AppDynamics >> Isolate bottlenecks and diagnose root cause in seconds. >> Start your free trial of AppDynamics Pro today! >> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk_______________________________________________ >> Postgres-xc-general mailing list >> Pos...@li... >> https://lists.sourceforge.net/lists/listinfo/postgres-xc-general > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > Postgres-xc-general mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-general |
From: Tomasz S. <str...@gm...> - 2013-07-22 21:11:05
|
Hi, Thanks for replies ;-), So are chances to add this feature into the project? Now i must use Pgpool-II to creating load balancing fuctionality ( in master-salve configuration :/), configuration master-master in this case will be much better... Regards, W dniu 2013-07-22 03:08, 鈴木 幸市 pisze: > Priority depends upon how it is demanded. Yes, so far, the priority > is not high. On the other hand, I expect the development effort is > not too much. > --- > Koichi Suzuki > > > > On 2013/07/21, at 22:46, Michael Paquier <mic...@gm... > <mailto:mic...@gm...>> wrote: > >> >> >> >> On Sun, Jul 21, 2013 at 10:10 PM, Tomasz Straszewski >> <str...@gm... <mailto:str...@gm...>> >> wrote: >> >> W dniu 2013-07-21 00:01, Michael Paquier pisze: >>> >>> >>> >>> On Sun, Jul 21, 2013 at 12:24 AM, Tomasz Straszewski >>> <str...@gm... >>> <mailto:str...@gm...>> wrote: >>> >>> Hi, >>> >>> I have a question about transactions, i readed that >>> postgres-xc doesn't >>> support savepoints. What happens if transaction fails ? >>> >>> All the modifications done by this transaction are dropped on >>> all the nodes involved as it rollbacks. >>> -- >>> Michael >> >> Hi, >> I have one more question. >> >> Are plans to add functionality of creating save points in future >> releases ? >> >> It is not explicitly listed in the roadmap maintained by the main >> developers: >> http://postgres-xc.sourceforge.net/ >> And as I recall it is not a high priority. >> -- >> Michael >> ------------------------------------------------------------------------------ >> See everything from the browser to the database with AppDynamics >> Get end-to-end visibility with application monitoring from AppDynamics >> Isolate bottlenecks and diagnose root cause in seconds. >> Start your free trial of AppDynamics Pro today! >> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk_______________________________________________ >> Postgres-xc-general mailing list >> Pos...@li... >> https://lists.sourceforge.net/lists/listinfo/postgres-xc-general > |
From: Amit K. <ami...@en...> - 2013-07-22 05:32:32
|
On 20 July 2013 20:54, Tomasz Straszewski <str...@gm...>wrote: > Hi, > > I have a question about transactions, i readed that postgres-xc doesn't > support savepoints. What happens if transaction fails ? > Attempt to create savepoint will return "Not Supported" error, so the transaction aborts at the point where you create the savepoint. > > My application use postgreSQL and implement savepoint dao class with > create savepoint in database. I want to migrate from postgreSQL to > postgres-xc and i don't know what to do in this situation. > > Regards > > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > Postgres-xc-general mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-general > |