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

rocksdb-blind-delete-primary-key does no delete at all

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • 10.7.3
    • None
    • None
    • Linux

    Description

      if you have a table with a primary key and no secondary keys, this variable:
      rocksdb-blind-delete-primary-key=1
      should allow you to delete faster, but in reality, does not delete all
      for example a table like:

      CREATE TABLE lrntest (
        did varchar(10) NOT NULL DEFAULT '',
        lrn varchar(10) DEFAULT NULL,
        PRIMARY KEY (did)
      )
      ENGINE = ROCKSDB,
      AVG_ROW_LENGTH = 12,
      CHARACTER SET latin1,
      COLLATE latin1_swedish_ci,
      STATS_AUTO_RECALC = 1,
      STATS_PERSISTENT = 1,
      ROW_FORMAT = DYNAMIC;
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            philip_38 Philip orleans
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

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