Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-12545

Reduce the amount of fil_space_t lookups

Details

    Description

      In InnoDB, fil_system->mutex is one of the most contended mutexes. We should reduce the amount of work done while holding this mutex.
      One such source of work is tablespace lookups.
      During a page flush, we could look up the tablespace only once, in buf_flush_write_block_low(), and pass the fil_space_t* to all functions that need it.

      Attachments

        Activity

          Transition Time In Source Status Execution Times
          Marko Mäkelä made transition -
          Open In Progress
          2h 58m 1
          Marko Mäkelä made transition -
          In Progress In Review
          1m 17s 1
          Jan Lindström (Inactive) made transition -
          In Review Stalled
          1h 18m 1
          Marko Mäkelä made transition -
          Stalled Closed
          3h 29m 1

          People

            marko Marko Mäkelä
            marko Marko Mäkelä
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.