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) |
3
|
4
|
5
(5) |
6
(22) |
7
(1) |
8
(4) |
9
|
10
|
11
|
12
|
13
(4) |
14
(6) |
15
(5) |
16
(18) |
17
|
18
|
19
(8) |
20
(1) |
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
|
From: David H. <da...@c0...> - 2012-11-07 07:08:43
|
Hi Koichi, Not specifically PostgreSQL, using mysql, and we haven't benchmarked... We run an email marketing company (we basically DDOS ourselves by sending mails fast and receiving clicks back) and have about 20 pizzabox servers in one rack. Each pizzabox has about 5 VMs, most have an active db instance. Using asynchronous DRBD, via a 1Gbps VPLS, we sync to the second location so we have a hot-standby for a server. The average traffic in our usecase is 100Mbps and we peak around 400Mbps during backups (the backupserver is also mirrored of course). I have _never_ seen issues with DRBD is this setting (and we failover regularly for maintenance of the hosts; only the VMs are synced). We used to have synchronous replication when the hosts were coupled together; no issues either. I have to say that our data is not required to be of 'bank quality' (using mysql/myisam will guarantee that). I have seen many more issues from upgrading from Debian Lenny to Debian Squeeze on our Dell R310. I/O performance seems to have lowered significantly, say 20% or 30% (more I/O related incidents since update). These are gut numbers because I have a hard time reproducing this (it only occurs when many users do many different things). We have not located that issue (to any driver, hw and/or kernel changes). However. We basically are not using 50% of our hardware and it hurts my need for optimization. David On 11/06/2012 01:55 AM, Koichi Suzuki wrote: > Does anybody has performance data for DRBD with PostgreSQL? The > following reports that the throughput will become almost half. > > http://archives.postgresql.org/pgsql-performance/2007-09/msg00118.php > > The article is posted about five years ago, though. > > Regards; > ---------- > Koichi Suzuki > > > 2012/11/6 Vladimir Stavrinov <vst...@gm...>: >> On Mon, Nov 05, 2012 at 07:22:54PM +0300, Vladimir Stavrinov wrote: >> >>> solution is alliance of drbd + pacemaker + corosync. It is very >> Forgot to add in this team ipvs. >> >> >> ***************************** >> ### Vladimir Stavrinov >> ### vst...@gm... >> ***************************** >> >> >> ------------------------------------------------------------------------------ >> LogMeIn Central: Instant, anywhere, Remote PC access and management. >> Stay in control, update software, and manage PCs from one command center >> Diagnose problems and improve visibility into emerging IT issues >> Automate, monitor and manage. Do more in less time with Central >> http://p.sf.net/sfu/logmein12331_d2d >> _______________________________________________ >> Postgres-xc-general mailing list >> Pos...@li... >> https://lists.sourceforge.net/lists/listinfo/postgres-xc-general > ------------------------------------------------------------------------------ > LogMeIn Central: Instant, anywhere, Remote PC access and management. > Stay in control, update software, and manage PCs from one command center > Diagnose problems and improve visibility into emerging IT issues > Automate, monitor and manage. Do more in less time with Central > http://p.sf.net/sfu/logmein12331_d2d > _______________________________________________ > Postgres-xc-general mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-general -- let op: mijn email is gewijzigd naar da...@c0... |