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

increased footprint of simple MEMORY tables

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 5.5.25
    • 5.5.27
    • None
    • None

    Description

      Starting with MariaDB 5.5.22 (more exactly: somewhere between r3337 and r3349 in the maria-5.5 tree) simple MEMORY tables start to consume more memory.

      Example:

      create table t1 (c1 int, index (c1)) engine memory;
      – load 50 mio random rows
      show table status;

      Calculating bytes per row gives:

      5.5.r3337: 16 (data) + 16 (index) = 32 bytes total
      5.5.r3349: 17 (data) + 25 (index) = 42 bytes total

      Attachments

        Activity

          axel Axel Schwenke created issue -
          monty Michael Widenius made changes -
          Field Original Value New Value
          Assignee Michael Widenius [ monty ]
          serg Sergei Golubchik made changes -
          Fix Version/s 5.5.27 [ 11100 ]
          monty Michael Widenius made changes -
          Resolution Fixed [ 1 ]
          Status Open [ 1 ] Closed [ 6 ]
          serg Sergei Golubchik made changes -
          Workflow defaullt [ 13704 ] MariaDB v2 [ 44073 ]
          ratzpo Rasmus Johansson (Inactive) made changes -
          Workflow MariaDB v2 [ 44073 ] MariaDB v3 [ 64232 ]
          serg Sergei Golubchik made changes -
          Workflow MariaDB v3 [ 64232 ] MariaDB v4 [ 144912 ]

          People

            monty Michael Widenius
            axel Axel Schwenke
            Votes:
            0 Vote for this issue
            Watchers:
            4 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.