X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by postgresql.org (Postfix) with ESMTP id 5A4D29DCA01 for ; Wed, 18 Jan 2006 19:13:32 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 53753-06 for ; Wed, 18 Jan 2006 19:13:32 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey- Received: from exchange.g2switchworks.com (mail.g2switchworks.com [63.87.162.25]) by postgresql.org (Postfix) with ESMTP id 3670B9DCA13 for ; Wed, 18 Jan 2006 19:13:27 -0400 (AST) Received: from 10.10.1.37 ([10.10.1.37]) by exchange.g2switchworks.com ([10.10.1.2]) with Microsoft Exchange Server HTTP-DAV ; Wed, 18 Jan 2006 23:13:28 +0000 Received: from state.g2switchworks.com by mail.g2switchworks.com; 18 Jan 2006 17:13:28 -0600 Subject: Re: vacuum and routine maintenance docs From: Scott Marlowe To: "Jim C. Nasby" Cc: pgsql-docs@postgresql.org In-Reply-To: <20060118221951.GT17896@pervasive.com> References: <1137518049.25500.27.camel@state.g2switchworks.com> <20060117224941.GI17896@pervasive.com> <1137538769.25500.49.camel@state.g2switchworks.com> <20060118221951.GT17896@pervasive.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1137626008.25500.90.camel@state.g2switchworks.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Wed, 18 Jan 2006 17:13:28 -0600 X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, score=0.126 required=5 tests=[AWL=0.125, UNPARSEABLE_RELAY=0.001] X-Spam-Score: 0.126 X-Spam-Level: X-Archive-Number: 200601/35 X-Sequence-Number: 3425 On Wed, 2006-01-18 at 16:19, Jim C. Nasby wrote: > On Tue, Jan 17, 2006 at 04:59:29PM -0600, Scott Marlowe wrote: > > Thanks. Yeah, I'm thinking more of a very brief mention of what the FSM > > is, with a link to the other part of the docs that discuss it. And then > > having a link (possibly in both places) or two to more in depth articles > > on fsm and fsm tuning. > > Got the links... > http://www.pervasive-postgres.com/lp/newsletters/2005/Insights_opensource_Dec.asp#2 > is general info about MVCC and why you need to vacuum. > http://www.pervasive-postgres.com/lp/newsletters/2005/Insights_opensource_Nov.asp#3 > is all about the FSM (yeah, I kinda put the horse before the cart...) > > I'm working on finding out if the community can use that text verbatim > without attribution, but if nothing else it might provide you with some > ideas. Well, I'm kind of tempted to rewrite the whole section. I'd like to come up with some objectives of what we're trying to cover there, and basically start over with all the information that's there plus the other stuff on fsm and mvcc as it applies to vacuum, or link to it as needed. To me, the docs feel kind of like they've evolved over time, so the ordering and general layout feel klunky. No slam on the folks who wrote them to start with, or updated them. Just makes my tech docs training come out. Thanks for the links!