File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 130130 (<acronym>BBU</>) disk controllers. In such setups, the synchronize
131131 command forces all data from the controller cache to the disks,
132132 eliminating much of the benefit of the BBU. You can run the utility
133- <filename>src/tools/fsync </> in the PostgreSQL source tree to see
133+ <filename>contrib/pg_test_fsync </> in the PostgreSQL source tree to see
134134 if you are affected. If you are affected, the performance benefits
135135 of the BBU can be regained by turning off write barriers in
136136 the file system or reconfiguring the disk controller, if that is
571571 the exception of <literal>fsync_writethrough</>, which can sometimes
572572 force a flush of the disk cache even when other options do not do so.
573573 However, it's quite platform-specific which one will be the fastest;
574- you can test option speeds using the utility <filename>src/tools/fsync </>
574+ you can test option speeds using the utility <filename>contrib/pg_test_fsync </>
575575 in the PostgreSQL source tree.
576576 Note that this parameter is irrelevant if <varname>fsync</varname>
577577 has been turned off.
You can’t perform that action at this time.
0 commit comments