mirror of
https://github.com/postgres/postgres.git
synced 2025-12-24 06:01:07 +03:00
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 commit is contained in:
18
doc/TODO
18
doc/TODO
@@ -2,7 +2,7 @@
|
||||
PostgreSQL TODO List
|
||||
====================
|
||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||
Last updated: Wed Aug 9 10:55:32 EDT 2006
|
||||
Last updated: Wed Aug 9 12:35:39 EDT 2006
|
||||
|
||||
The most recent version of this document can be viewed at
|
||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||
@@ -1427,6 +1427,22 @@ Source Code
|
||||
of result sets using new statement protocol
|
||||
|
||||
|
||||
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
|
||||
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user