1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Update item description:

* Consider having the background writer update the transaction status
  hint bits before writing out the page

  Implementing this requires the background writer to have access to system
  catalogs and the transaction status log.
This commit is contained in:
Bruce Momjian
2007-12-17 01:40:54 +00:00
parent 0e88fc08d6
commit 1cc8fb8227
2 changed files with 9 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Wed Dec 12 02:06:19 EST 2007
Last updated: Sun Dec 16 20:40:44 EST 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -1372,6 +1372,10 @@ Miscellaneous Performance
* Consider increasing NUM_CLOG_BUFFERS
* Consider having the background writer update the transaction status
hint bits before writing out the page
Implementing this requires the background writer to have access to system
catalogs and the transaction status log.
* Allow user configuration of TOAST thresholds
http://archives.postgresql.org/pgsql-hackers/2007-02/msg00213.php