]> granicus.if.org Git - postgresql/commit
Add TODO items we don't want (Idea from Josh Berkus)
authorBruce Momjian <bruce@momjian.us>
Wed, 9 Aug 2006 16:35:51 +0000 (16:35 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 9 Aug 2006 16:35:51 +0000 (16:35 +0000)
commitc7fa4aa3e7b3674b02b7dc21daaf6495a2e375b2
tree4c47f66e8c4c8a20ad1a363827df8a6ada5e8244
parent4f81337d9d0ee7f5429506ff8146f6208e95fb4d
Add TODO items we don't want (Idea from Josh Berkus)

>
>
> Features We Do _Not_ Want
> =========================
>
> * All backends running as threads in a single process (not want)
>
>   This eliminates the process protection we get from the current setup.
>   Thread creation is usually the same overhead as process creation on
>   modern systems, so it seems unwise to use a pure threaded model.
>
> * Optimizer hints (not want)
>
>   Optimizer hints are used to work around problems in the optimizer.  We
>   would rather have the problems reported and fixed.
>   http://archives.postgresql.org/pgsql-hackers/2006-08/msg00506.php
doc/TODO
doc/src/FAQ/TODO.html