Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit88f4d38

Browse files
committed
Mention that tables have a visibility map fork alongside the main fork
and FSM.
1 parent335904b commit88f4d38

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎doc/src/sgml/storage.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/storage.sgml,v 1.26 2008/10/06 14:13:17 heikki Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/storage.sgml,v 1.27 2009/04/23 10:20:27 heikki Exp $ -->
22

33
<chapter id="storage">
44

@@ -134,7 +134,9 @@ or index's <firstterm>filenode</> number, which can be found in
134134
main file (aka. main fork), a <firstterm>free space map</> (see
135135
<xref linkend="storage-fsm">) that stores information about free space
136136
available in the relation, is stored in a file named after the filenode
137-
number, with the the <literal>_fsm</> suffix.
137+
number, with the <literal>_fsm</> suffix. Tables also have a visibility map
138+
fork, with the <literal>_vm</> suffix, to track which pages are known to have
139+
no dead tuples and therefore need no vacuuming.
138140
</para>
139141

140142
<caution>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp