Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbdfa8e5

Browse files
committed
Update constraint_exclusion items:
< inheritance, and allow it to work for UPDATE and DELETE queries> inheritance, allow it to work for UPDATE and DELETE queries, and allow> it to be used for all queries with little performance impact< * Allow constraint_elimination to be automatically performed<< This requires additional code to reduce the performance loss caused by< constraint elimination.
1 parent88d7b71 commitbdfa8e5

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

‎doc/TODO

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated:Fri Aug 2614:59:39 EDT 2005
5+
Last updated:Fri Aug 2615:10:29 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -686,7 +686,8 @@ Indexes
686686
* Add fillfactor to control reserved free space during index creation
687687
* Allow the creation of indexes with mixed ascending/descending specifiers
688688
* Allow constraint_exclusion to work for UNIONs like it does for
689-
inheritance, and allow it to work for UPDATE and DELETE queries
689+
inheritance, allow it to work for UPDATE and DELETE queries, and allow
690+
it to be used for all queries with little performance impact
690691

691692

692693
* GIST
@@ -913,10 +914,6 @@ Optimizer / Executor
913914

914915
* Log queries where the optimizer row estimates were dramatically
915916
different from the number of rows actually found?
916-
* Allow constraint_elimination to be automatically performed
917-
918-
This requires additional code to reduce the performance loss caused by
919-
constraint elimination.
920917

921918

922919
Miscellaneous Performance

‎doc/src/FAQ/TODO.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Fri Aug 2614:59:39 EDT 2005
11+
Last updated: Fri Aug 2615:10:29 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -622,7 +622,8 @@ <h1><a name="section_13">Indexes</a></h1>
622622
</li><li>Add fillfactor to control reserved free space during index creation
623623
</li><li>Allow the creation of indexes with mixed ascending/descending specifiers
624624
</li><li>Allow constraint_exclusion to work for UNIONs like it does for
625-
inheritance, and allow it to work for UPDATE and DELETE queries
625+
inheritance, allow it to work for UPDATE and DELETE queries, and allow
626+
it to be used for all queries with little performance impact
626627
</li><li>GIST
627628
<ul>
628629
<li>Add more GIST index support for geometric data types
@@ -822,10 +823,6 @@ <h1><a name="section_20">Optimizer / Executor</a></h1>
822823
</p>
823824
</li><li>Log queries where the optimizer row estimates were dramatically
824825
different from the number of rows actually found?
825-
</li><li>Allow constraint_elimination to be automatically performed
826-
<p> This requires additional code to reduce the performance loss caused by
827-
constraint elimination.
828-
</p>
829826
</li></ul>
830827
<h1><aname="section_21">Miscellaneous Performance</a></h1>
831828

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp