Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
18.14. Memory Purge
Prev UpChapter 18. Server ConfigurationHome Next

18.14. Memory Purge#

Postgres Pro Standard provides memory purge configuration parameters that can automatically replace data with zero bytes before it is deleted. For details, seeSection 30.1.

wipe_file_on_delete (boolean)#

Replace a file with zero bytes before it is deleted.

Default:on

wipe_heaptuple_on_delete (boolean)#

Replace a row version with zero bytes before it is deleted.

Default:on

wipe_memctx_on_free (boolean)#

Clear random-access memory before it is freed. This parameter only controls the memory allocated as part of a particular context.

Default:on

wipe_mem_on_free (boolean)#

Clear random-access memory before it is freed. This parameter controls the memory that does not belong to any context.

Default:on

wipe_xlog_on_free (boolean)#

ReplaceWAL segments with zero bytes before they are deleted or overwritten.

Default:on


Prev Up Next
18.13. Version and Platform Compatibility Home 18.15. Error Handling
pdfepub
Go to Postgres Pro Standard 17
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp