PostgreSQL TODO List
====================
-Last updated: Thu Apr 12 15:38:17 EDT 2007
+Last updated: Fri Apr 13 19:23:16 EDT 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
o -Support a smaller header for short variable-length fields
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
+ o Consider reducing on-disk varlena length from four bytes 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
-Last updated: Thu Apr 12 15:38:17 EDT 2007
+Last updated: Fri Apr 13 19:23:16 EDT 2007
The most recent version of this document can be viewed at
-Support a smaller header for short variable-length fields
Reduce the row header size?
-
Consider reducing on-disk varlena length from four to two
- because a heap row cannot be more than 64k in length
+
Consider reducing on-disk varlena length from four bytes 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