mirror of
https://github.com/postgres/postgres.git
synced 2025-06-20 15:22:23 +03:00
Update item:
> > A more complex solution would be to save multiple plans for different > cardinality and use the appropriate plan based on the EXECUTE values. >
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
||||
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
||||
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
||||
Last updated: Sat Dec 17 14:03:20 EST 2005
|
||||
Last updated: Thu Dec 22 18:05:31 EST 2005
|
||||
</p>
|
||||
<p>The most recent version of this document can be viewed at<br/>
|
||||
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
||||
@ -655,6 +655,9 @@ first.
|
||||
<li>Flush cached query plans when the dependent objects change,
|
||||
when the cardinality of parameters changes dramatically, or
|
||||
when new ANALYZE statistics are available
|
||||
<p> A more complex solution would be to save multiple plans for different
|
||||
cardinality and use the appropriate plan based on the EXECUTE values.
|
||||
</p>
|
||||
</li><li>Track dependencies in function bodies and recompile/invalidate
|
||||
<p> This is particularly important for references to temporary tables
|
||||
in PL/PgSQL because PL/PgSQL caches query plans. The only workaround
|
||||
|
Reference in New Issue
Block a user