提交 2ed878d3 编写于 作者: B Bruce Momjian

Mention vacuum for relpages.

上级 9bba67aa
...@@ -115,10 +115,11 @@ $ du -s * | ...@@ -115,10 +115,11 @@ $ du -s * |
2135 18735 = postgres 2135 18735 = postgres
.. ..
This can be done in psql with: (each page is typically 8k) This can be done in psql with:
test=> SELECT relpages, relfilenode, relname FROM pg_class ORDER BY relpages DESC; test=> SELECT relpages, relfilenode, relname FROM pg_class ORDER BY relpages DESC;
Each page is typically 8k. Relpages is updated by VACUUM.
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册