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

Cartesian product should be supported

    XMLWordPrintable

Details

    • New Feature
    • Status: Stalled (View Workflow)
    • Major
    • Resolution: Unresolved
    • None
    • 23.10
    • N/A

    Description

      mysql> create table t2_c(c1 int) engine=columnstore;
      Query OK, 0 rows affected (0.41 sec)

      mysql> create table t1_c(c1 int) engine=columnstore;
      Query OK, 0 rows affected (0.46 sec)

      mysql> select t1_c.* from t1_c join t2_c;
      ERROR 1815 (HY000): Internal error: IDB-1000: 't1_c' and 't2_c' are not joined.

      Needed for TPC-DS

      Attachments

        Issue Links

          Activity

            People

              denis0x0D Denis Khalikov
              jswanhart Justin Swanhart (Inactive)
              Votes:
              6 Vote for this issue
              Watchers:
              16 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.