Received: from maia.hub.org (unknown [200.46.208.211]) by mail.postgresql.org (Postfix) with ESMTP id 49F6163296F for ; Fri, 12 Feb 2010 06:24:12 -0400 (AST) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.208.211]) (amavisd-maia, port 10024) with ESMTP id 88952-03 for ; Fri, 12 Feb 2010 10:23:39 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-yw0-f176.google.com (mail-yw0-f176.google.com [209.85.211.176]) by mail.postgresql.org (Postfix) with ESMTP id 2D9D36327C0 for ; Fri, 12 Feb 2010 06:24:01 -0400 (AST) Received: by ywh6 with SMTP id 6so2021906ywh.4 for ; Fri, 12 Feb 2010 02:23:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=TniOijWQ55GTvKQfHwvSlpkwOsqEeAiQUHiKPcK+JzA=; b=aX/wKSg6k8KLpZW3O/RvLVgqQk3bZ5RgFbh0DLWODKyLQV0FuFJYlT3flMsnbUUXmC YmbOk/Us/BHzxml+00kg83CDVa9xuShmOzEYhGIlJI+qCfGybDs4FfRESP5tmLx2K77c knBcqJIqYUKHlUNGHU7emYdCQxqZaCmI3oZjY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Ce+uI6/mwyqcTAXXb7sgYk2UuTvRJ1QtueztdNWHitWlmpI9DxLttTU41GzqdvBdy7 eigWOY/f9IQmGNUg4x4c3Md/c6ApwksVhV645Tytx61O2w4du0sUss7M6bzL6LLMQse8 HAg1TwN0UvAokcGcvWUxCokXZdYIXnwoO+26g= MIME-Version: 1.0 Received: by 10.101.154.22 with SMTP id g22mr1711481ano.51.1265970239661; Fri, 12 Feb 2010 02:23:59 -0800 (PST) In-Reply-To: <4B752A43.30503@enterprisedb.com> References: <4B751BEA.7000202@enterprisedb.com> <3f0b79eb1002120209i3afd935exd2e875ac11df19d7@mail.gmail.com> <4B752A43.30503@enterprisedb.com> Date: Fri, 12 Feb 2010 19:23:59 +0900 Message-ID: <3f0b79eb1002120223n4bee1d84w41a2023da2f1d220@mail.gmail.com> Subject: Re: Streaming Replication docs From: Fujii Masao To: Heikki Linnakangas Cc: PostgreSQL-development Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.114 tagged_above=-10 required=5 tests=AWL=-0.276, BAYES_00=-2.599, FS_REPLICA=1.041, SARE_SPEC_REPLICA=0.72 X-Spam-Level: X-Archive-Number: 201002/1002 X-Sequence-Number: 157345 On Fri, Feb 12, 2010 at 7:15 PM, Heikki Linnakangas wrote: > That's actually a bit questionable, always has been even in pg_standby. > It adds a constant 1 s delay to the recovery each WAL file, which > effectively rate-limits the WAL recovery to 16MB per second. I think we > should rather add a warning to the docs, suggesting the copy-then-rename > method on Windows. Right. Adding a warning to the docs looks enough. Regards, -- Fujii Masao NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center