[MDEV-22177] more fsync() -> fdatasync() in InnoDB Created: 2020-04-07 Updated: 2020-04-28 Resolved: 2020-04-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Fix Version/s: | 10.5.3 |
| Type: | Task | Priority: | Major |
| Reporter: | Eugene Kosov (Inactive) | Assignee: | Eugene Kosov (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Use {fdatasync()}on Linux on {.ibd}files flushing. We don't care here about timestamps, only data integrity. This should speed up log checkpoints. |