Skip to content

Commit

Permalink
PS-8932 Documentation mentions AL_O_DIRECT but flag was removed (8.0) (
Browse files Browse the repository at this point in the history
…#178)

modified:   docs/scalability/innodb_io.md
  • Loading branch information
patrickbirch authored Sep 26, 2023
1 parent 855f1f3 commit 0551c2e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/scalability/innodb_io.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ The following values are allowed:

* `O_DIRECT_NO_FSYNC`: use O_DIRECT to open the data files and parallel doublewrite files, but does not use the `fsync()` system call to flush the data files, log files, and parallel doublewrite files. Do not use this option for the *XFS* file system.

* `ALL_O_DIRECT`: use O_DIRECT to open data files, log files, and parallel doublewrite files
and use `fsync()` to flush the data files but not the log files or
parallel doublewrite files. This option is recommended when *InnoDB* log files are big (more than 8GB), otherwise, there may be performance degradation.

!!! note

Expand Down

0 comments on commit 0551c2e

Please sign in to comment.