git.postgresql.org Git - postgresql.git/commit
Wed, 9 Aug 2006 16:35:51 +0000 (16:35 +0000)
Wed, 9 Aug 2006 16:35:51 +0000 (16:35 +0000)
commit c7fa4aa3e7b3674b02b7dc21daaf6495a2e375b2
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
This is the main PostgreSQL git repository.
RSS
Atom