Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
d6e3bb63
Commit
d6e3bb63
authored
Apr 07, 2007
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Done:
o -Support a smaller header for short variable-length fields
parent
b396df84
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
19 deletions
+4
-19
doc/TODO
doc/TODO
+2
-10
doc/src/FAQ/TODO.html
doc/src/FAQ/TODO.html
+2
-9
No files found.
doc/TODO
View file @
d6e3bb63
...
...
@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated:
Wed Apr 4 22:08:46
EDT 2007
Last updated:
Fri Apr 6 22:48:08
EDT 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
...
...
@@ -1436,15 +1436,7 @@ Miscellaneous Performance
* -Merge xmin/xmax/cmin/cmax back into three header fields
* Consider ways of storing rows more compactly on disk
o Support a smaller header for short variable-length fields?
One idea is to create zero-or-one-byte-header versions
of varlena data types. In involves setting the high-bit and
0-127 length in the single-byte header, or clear the high bit
and store the 7-bit ASCII value in the rest of the byte.
The small-header versions have no alignment requirements.
http://archives.postgresql.org/pgsql-hackers/2006-09/msg01372.php
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
...
...
doc/src/FAQ/TODO.html
View file @
d6e3bb63
...
...
@@ -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:bruce@momjian.us"
>
bruce@momjian.us
</a>
)
<br/>
Last updated:
Wed Apr 4 22:08:46
EDT 2007
Last updated:
Fri Apr 6 22:48:08
EDT 2007
</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>
.
...
...
@@ -1273,14 +1273,7 @@ first. There is also a developer's wiki at<br/>
</li><li>
-
<em>
Merge xmin/xmax/cmin/cmax back into three header fields
</em>
</li><li>
Consider ways of storing rows more compactly on disk
<ul>
<li>
Support a smaller header for short variable-length fields?
<p>
One idea is to create zero-or-one-byte-header versions
of varlena data types. In involves setting the high-bit and
0-127 length in the single-byte header, or clear the high bit
and store the 7-bit ASCII value in the rest of the byte.
The small-header versions have no alignment requirements.
<a
href=
"http://archives.postgresql.org/pgsql-hackers/2006-09/msg01372.php"
>
http://archives.postgresql.org/pgsql-hackers/2006-09/msg01372.php
</a>
</p>
<li>
-
<em>
Support a smaller header for short variable-length fields
</em>
</li><li>
Reduce the row header size?
</li><li>
Consider reducing on-disk varlena length from four to two
because a heap row cannot be more than 64k in length
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment