checkpoint.7
来自「PostgreSQL 8.2中增加了很多企业用户所需要的功能和性能上的提高,其开」· 7 代码 · 共 33 行
7
33 行
.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.1 $.TH "CHECKPOINT" "" "2008-01-03" "SQL - Language Statements" "SQL Commands".SH NAMECHECKPOINT \- force a transaction log checkpoint.SH SYNOPSIS.sp.nfCHECKPOINT.sp.fi.SH "DESCRIPTION".PPWrite-Ahead Logging (WAL) puts a checkpoint in the transaction logevery so often. (To adjust the automatic checkpoint interval, seethe run-time configuration options checkpoint_segmentsand checkpoint_timeout.) The\fBCHECKPOINT\fR command forces an immediatecheckpoint when the command is issued, without waiting for ascheduled checkpoint..PPA checkpoint is a point in the transaction log sequence at whichall data files have been updated to reflect the information in thelog. All data files will be flushed to disk. Refer toin the documentation for more information about the WAL system..PPOnly superusers may call \fBCHECKPOINT\fR. The command isnot intended for use during normal operation..SH "COMPATIBILITY".PPThe \fBCHECKPOINT\fR command is aPostgreSQL language extension.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?