Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MDEV-32777 DDL operations very slow under macOS #3136

Open
wants to merge 1 commit into
base: 10.5
Choose a base branch
from

Commits on May 16, 2024

  1. MDEV-32777 DDL operations very slow under macOS

    macOS is a development platform for our product but calls to
    fcntl(F_FULLFSYNC) are too slow for developer needs.  macOS offers
    at least three different disk flush calls, making tradeoffs between
    reliability and performance (see analysis notes on this MDEV).
    On macOS only and as a compromise, we will back out the change to
    call fcntl(F_FULLFSYNC), sacrificing a full flush in favor of more
    performant writes.
    DaveGosselin-MariaDB committed May 16, 2024
    Configuration menu
    Copy the full SHA
    1a326ee View commit details
    Browse the repository at this point in the history