Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-118

Creating tables is very slow

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • None
    • 1.0.6
    • MariaDB Server
    • None

    Description

      CREATE TABLE IF NOT EXISTS lineorder
      (
      LO_OrderKey bigint not null,
      LO_LineNumber tinyint not null,
      LO_CustKey int not null,
      LO_PartKey int not null,
      LO_SuppKey int not null,
      LO_OrderDateKey int not null,
      LO_OrderPriority varchar(15),
      LO_ShipPriority char(1),
      LO_Quantity tinyint,
      LO_ExtendedPrice decimal,
      LO_OrdTotalPrice decimal,
      LO_Discount decimal,
      LO_Revenue decimal,
      LO_SupplyCost decimal,
      LO_Tax tinyint,
      LO_CommitDateKey int not null,
      LO_ShipMode varchar(10)
      );
      Query OK, 0 rows affected (5.90 sec)

      Attachments

        Activity

          People

            Unassigned Unassigned
            jswanhart Justin Swanhart (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 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.