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
(1) |
5
(5) |
6
(1) |
7
(3) |
8
(2) |
9
(4) |
10
(6) |
11
(2) |
12
|
13
|
14
(1) |
15
(2) |
16
(2) |
17
(6) |
18
|
19
(1) |
20
|
21
(4) |
22
(4) |
23
(5) |
24
(4) |
25
(1) |
26
(2) |
27
(2) |
28
(2) |
29
(6) |
30
(11) |
31
(14) |
|
|
From: Koichi S. <koi...@gm...> - 2013-01-19 01:50:08
|
2013/1/18 Filip Rembiałkowski <fil...@gm...>: > What do you exactly mean by saying that triggers are not supported? > > Is it that in the context of single datanode, they will still work, > but the changes are not replicated over the whole XC cluster? Making > the cluster inconsistent? Not that simple. Depending upon trigger functions, some of them cannoot simply be invoked at datanode. The updated rows may have to be transfered to the coordinator for such trigger frunctions, if trigger functions are volatile or stable. Internally, we've tried several times to support triggers but we found restrictions which are not simple to describe. This time, we're trying not to bring any retrictions, though some of them may need further optimization. > > If the triggers are not supported, how come you passed all the > postgres regression tests? They're skipped in the regression. Regards; --- Koichi > > Thanks > > > > > > > On Thu, Jan 17, 2013 at 12:12 AM, Ashutosh Bapat > <ash...@en...> wrote: >> On Thu, Jan 17, 2013 at 9:26 AM, Filip Rembiałkowski >> <fil...@gm...> wrote: >>> Huh, these are really interesting questions :-) >>> >>> Let me ask them instead as a proof that userbase is interested. >>> >>> 1) Is there support for triggers in Postres-XC? Are there any >>> limitations? Known issues? >>> >> >> Triggers will be supported in next release; we are working on that. >> >>> 2) Does it make sense to run datanodes over distant links (think WAN >>> or intercontinental) ? >>> >> >> No, at least not in next few versions. XC being a scalability >> solution, WAN or intercontinental links do not help; they slow down >> things. As of now, XC is susceptible to network failures/glitches. >> Using WAN or intercontinental links might cause network failures or >> glitches, which will cause XC to behave erratically. We haven't tested >> XC in such environment, so can't describe exact problems it will face. >> >>> Thanks && Regards, >>> Filip Rembiałkowski >>> >>> >>> On Wed, Jan 16, 2013 at 9:15 PM, Michael Paquier <mi...@ot...> wrote: >>> >>>> In order to get answers to your questions, I highly recommend that you >>>> send your messages to the Postgres-XC mailing lists, in your case >>>> pos...@li.... >>> >>> ------------------------------------------------------------------------------ >>> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, >>> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current >>> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft >>> MVPs and experts. ON SALE this month only -- learn more at: >>> http://p.sf.net/sfu/learnmore_122712 >>> _______________________________________________ >>> Postgres-xc-general mailing list >>> Pos...@li... >>> https://lists.sourceforge.net/lists/listinfo/postgres-xc-general >> >> >> >> -- >> Best Wishes, >> Ashutosh Bapat >> EntepriseDB Corporation >> The Enterprise Postgres Company > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122712 > _______________________________________________ > Postgres-xc-general mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-general |