Re: Discarding relations from FSM - Mailing list pgsql-hackers

From Jim C. Nasby
Subject Re: Discarding relations from FSM
Date
Msg-id 20050925003225.GU7630@pervasive.com
Whole thread Raw
In response to Re: Discarding relations from FSM  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Discarding relations from FSM
Re: Discarding relations from FSM
List pgsql-hackers
On Sat, Sep 24, 2005 at 07:21:19PM -0400, Tom Lane wrote:
> > Of course maybe a better question is why we even limit based on the
> > number of relations...
> 
> Shared memory is fixed-size.

True, but can't the fixed memory required per-relation just be shared
with the fixed memory used to store free pages?

Though, the idea mentioned recently of just using one shared memory
segment for everything and allocating dynamically within that probably
makes more sense...
-- 
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461


pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Re: \d on database with a lot of tables is slow
Next
From: "Jim C. Nasby"
Date:
Subject: Re: \d on database with a lot of tables is slow