From: | "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | TODO questions |
Date: | 2005-08-24 05:43:16 |
Message-ID: | 20050824054316.GK96732@pervasive.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
While marking up TODO for potential new-hacker items I've run across
some items that probably need more explanation:
o Allow commenting of variables in postgresql.conf to restore them
to defaults
This doesn't work already?
* Allow triggers to be disabled [trigger]
Isn't this going to be in 8.1?
* SQL*Net listener that makes PostgreSQL appear as an Oracle database
to clients
Any reason not to do this for other databases; notably MySQL?
o Do VACUUM FULL if table is nearly empty?
Since that results in an exclusive table lock (which is vastly different
from regular vacuum), wouldn't it be better to just throw a warning?
* Reduce WAL traffic so only modified values are written rather than
entire rows?
Shouldn't this be marked as depending on eliminate need to write full
pages? (At least ISTM it won't do any good as long as we're writing full
pages)
--
Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
Pervasive Software http://pervasive.com 512-569-9461
From | Date | Subject | |
---|---|---|---|
Next Message | Jim C. Nasby | 2005-08-24 05:54:08 | Re: beginning hackers |
Previous Message | Jim C. Nasby | 2005-08-24 05:03:49 | Re: beginning hackers (was: indexes spanning multiple |