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

RocksDB: CREATE OR REPLACE t_name AS SELECT - Bulk Load

    XMLWordPrintable

Details

    Description

      In RocksDB, there are some scenarios in which it is always convenient and more efficient to overpass compaction and perform a Bulk Load.

      This includes the following SQL Commands:

      • CREATE OR REPLACE TABLE db_name.tb_name AS SELECT: "As always is done over an empty table".
      • INSERT INTO db_name.tb_name [AS SELECT | VALUES]: "When performed over an empty table".
      • ALTER TABLE db_name.tb_name ENGINE = RocksDB.

      Would it be possible to enable automatically rocksdb_bulk_load in such cases? Otherwise, the Query will hit an error and fail, giving a bad user experience.

      Thank you.

      Attachments

        Activity

          People

            psergei Sergei Petrunia
            Juan Juan Telleria
            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.