X-Original-To: pgsql-hackers-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id C24B83A2B21 for ; Fri, 5 Nov 2004 12:24:01 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 78972-08 for ; Fri, 5 Nov 2004 12:23:56 +0000 (GMT) Received: from news.hub.org (news.hub.org [200.46.204.72]) by svr1.postgresql.org (Postfix) with ESMTP id 5F90E3A3C01 for ; Fri, 5 Nov 2004 12:23:58 +0000 (GMT) Received: from news.hub.org (news.hub.org [200.46.204.72]) by news.hub.org (8.12.9/8.12.9) with ESMTP id iA5CNtJ7081190 for ; Fri, 5 Nov 2004 12:23:55 GMT (envelope-from news@news.hub.org) Received: (from news@localhost) by news.hub.org (8.12.9/8.12.9/Submit) id iA5C0tKo073502 for pgsql-hackers@postgresql.org; Fri, 5 Nov 2004 12:00:55 GMT From: Gaetano Mendola X-Newsgroups: comp.databases.postgresql.hackers Subject: Re: [pgsql-www] pg_autovacuum is nice ... but ... Date: Fri, 05 Nov 2004 13:00:56 +0100 Organization: PYRENET Midi-pyrenees Provider Lines: 29 Message-ID: <418B6B78.7040107@bigfoot.com> References: <20041103155855.O82047@ganymede.hub.org> <41895BDA.1090903@postgresql.org> <20041103201625.S82047@ganymede.hub.org> <19430.1099533223@sss.pgh.pa.us> <418AA915.7010903@postgresql.org> <20041104182322.D21566@ganymede.hub.org> <6789.1099608272@sss.pgh.pa.us> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@pyrenet.fr To: Tom Lane User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en In-Reply-To: <6789.1099608272@sss.pgh.pa.us> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime To: pgsql-hackers@postgresql.org X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200411/160 X-Sequence-Number: 60732 Tom Lane wrote: > "Marc G. Fournier" writes: > >>Moved to -hackers where this belongs :) > > >>On Fri, 5 Nov 2004, Justin Clift wrote: >> >>>Would making max_fsm_relations and max_fsm_pages dynamically update >>>themselves whilst PostgreSQL runs be useful? > > > Possibly, but it isn't happening in the foreseeable future, for the same > reason that we don't auto-update shared_buffers and the other shared > memory sizing parameters: we can't resize shared memory on the fly. Right but we can create a new segment and use it too. I don't know how these segments are used but I used to do it in the past, of course you have to create a memory manager that handle not ccntinuous segments. Of course this only if the effort to do it can justify the man power working on it. Regards Gaetano Mendola