mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Add:
> o Consider reducing on-disk varlena length from four to two > because a heap row cannot be more than 64k in length
This commit is contained in:
4
doc/TODO
4
doc/TODO
@ -2,7 +2,7 @@
|
||||
PostgreSQL TODO List
|
||||
====================
|
||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||
Last updated: Wed Feb 14 16:00:14 EST 2007
|
||||
Last updated: Fri Feb 16 17:19:57 EST 2007
|
||||
|
||||
The most recent version of this document can be viewed at
|
||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||
@ -1360,6 +1360,8 @@ Miscellaneous Performance
|
||||
http://archives.postgresql.org/pgsql-hackers/2006-09/msg01372.php
|
||||
|
||||
o Reduce the row header size?
|
||||
o Consider reducing on-disk varlena length from four to two
|
||||
because a heap row cannot be more than 64k in length
|
||||
|
||||
* Consider increasing NUM_CLOG_BUFFERS
|
||||
* Consider having the background writer update the transaction status
|
||||
|
Reference in New Issue
Block a user