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
(2) |
5
(3) |
6
(2) |
7
|
8
|
9
|
10
(2) |
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
(2) |
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
|
From: Magorn <ma...@gm...> - 2012-01-06 12:38:12
|
Hi Koichi, I have a dba job on Oracle, PostgreSQL and ... later this year SQLServer. I have some interest about distributed computing and databases like Cassandra, MogoDB, HBase, ... Regards, On Fri, Jan 6, 2012 at 1:24 AM, Koichi Suzuki <ko...@in...>wrote: > Even juust ideas/proposals are very helpful. I'd like to learn more > about your background. > > Regards; > --- > Koichi > > On Thu, 5 Jan 2012 22:14:37 +0100 > Magorn <ma...@gm...> wrote: > > > On Thu, Jan 5, 2012 at 1:35 AM, Koichi Suzuki <koi...@gm...> > wrote: > > > > > Hi, > > > > > > Running nodes while some of others don't work makes sense only for > > > read only transaction. Update transaction in such situation will end > > > up with inconsistent database state. This is basically why XC does > > > not allow such situation. > > > > > > Please understand that node removal, which will be an issue beyond > > > V1.0, should be done in consistent state, that is, all the node should > > > be healthy at the removal operation. If any of them fails, we need > > > backup to fail over such nodes by streaming replication or other > > > means. > > > > > > This is what we are assuming. > > > > > > I welcome any other ideas and proposals of features. If it comes > > > with a patch, this will accelerate the development. > > > > > > Regards; > > > ---------- > > > Koichi Suzuki > > > > > > > > Hi, > > Thank's all for your answers. > > I understand your point of view and the postgres-xc situation. > > Sorry, but i can help you to write some patch ;) my C is not "fluent" but > > i'll continue to follow the evolution of postgress-xc. > > Regards, > > > > -- > > Magorn > -- Magorn |
From: Koichi S. <ko...@in...> - 2012-01-06 00:21:50
|
Even juust ideas/proposals are very helpful. I'd like to learn more about your background. Regards; --- Koichi On Thu, 5 Jan 2012 22:14:37 +0100 Magorn <ma...@gm...> wrote: > On Thu, Jan 5, 2012 at 1:35 AM, Koichi Suzuki <koi...@gm...> wrote: > > > Hi, > > > > Running nodes while some of others don't work makes sense only for > > read only transaction. Update transaction in such situation will end > > up with inconsistent database state. This is basically why XC does > > not allow such situation. > > > > Please understand that node removal, which will be an issue beyond > > V1.0, should be done in consistent state, that is, all the node should > > be healthy at the removal operation. If any of them fails, we need > > backup to fail over such nodes by streaming replication or other > > means. > > > > This is what we are assuming. > > > > I welcome any other ideas and proposals of features. If it comes > > with a patch, this will accelerate the development. > > > > Regards; > > ---------- > > Koichi Suzuki > > > > > Hi, > Thank's all for your answers. > I understand your point of view and the postgres-xc situation. > Sorry, but i can help you to write some patch ;) my C is not "fluent" but > i'll continue to follow the evolution of postgress-xc. > Regards, > > -- > Magorn |