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
88f4d38d
Commit
88f4d38d
authored
Apr 23, 2009
by
Heikki Linnakangas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention that tables have a visibility map fork alongside the main fork
and FSM.
parent
335904b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
doc/src/sgml/storage.sgml
doc/src/sgml/storage.sgml
+4
-2
No files found.
doc/src/sgml/storage.sgml
View file @
88f4d38d
<!-- $PostgreSQL: pgsql/doc/src/sgml/storage.sgml,v 1.2
6 2008/10/06 14:13:1
7 heikki Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/storage.sgml,v 1.2
7 2009/04/23 10:20:2
7 heikki Exp $ -->
<chapter id="storage">
<chapter id="storage">
...
@@ -134,7 +134,9 @@ or index's <firstterm>filenode</> number, which can be found in
...
@@ -134,7 +134,9 @@ or index's <firstterm>filenode</> number, which can be found in
main file (aka. main fork), a <firstterm>free space map</> (see
main file (aka. main fork), a <firstterm>free space map</> (see
<xref linkend="storage-fsm">) that stores information about free space
<xref linkend="storage-fsm">) that stores information about free space
available in the relation, is stored in a file named after the filenode
available in the relation, is stored in a file named after the filenode
number, with the the <literal>_fsm</> suffix.
number, with the <literal>_fsm</> suffix. Tables also have a visibility map
fork, with the <literal>_vm</> suffix, to track which pages are known to have
no dead tuples and therefore need no vacuuming.
</para>
</para>
<caution>
<caution>
...
...
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