Re: For the ametures. (related to "Are we losing momentum?")

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kevin Brown <kevin(at)sysexperts(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: For the ametures. (related to "Are we losing momentum?")
Date: 2003-04-19 00:11:45
Message-ID: 17303.1050711105@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Kevin Brown <kevin(at)sysexperts(dot)com> writes:
> Tom Lane wrote:
>> This has been proposed and rejected repeatedly in the tablespace
>> discussions. It's too limiting; and what's worse, it's not actually
>> any easier to implement than a proper tablespace facility.

> It's not? This is a little surprising, since the type information is
> already stored, is it not? A proper tablespace implementation
> requires the addition of commands to manage it and table
> infrastructure to store it.

Well, yeah, you do have to provide some user interface stuff ;-)

But the hard, dirty, dangerous stuff is all in the low-level internals
(bufmgr, smgr, etc). I don't want to put a kluge in there when the same
amount of work will support a non-kluge solution.

Also, you'd still have to provide some user interface stuff for the
kluge, so it's not like you can avoid doing any work at that level.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-04-19 02:53:37 There are advantages to having an odd name
Previous Message Tatsuo Ishii 2003-04-18 22:42:23 Re: default locale considered harmful?