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

missing feature for table size calculation for S3 storage

    XMLWordPrintable

Details

    • New Feature
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • None
    • Icebox
    • None
    • None
    • skysql, S3

    Description

      table_usage does not work with S3 storage

      MariaDB [sf50]> SELECT a.table_schema, a.table_name, a.column_name, b.filename, b.file_size FROM information_schema.COLUMNSTORE_COLUMNS a INNER JOIN information_schema.COLUMNSTORE_FILES b ON (a.object_id=b.object_id);
      ERROR 1105 (HY000): Unknown error
       
      MariaDB [(none)]> call columnstore_info.table_usage(NULL, NULL);
      ERROR 1105 (HY000): Unknown error
      MariaDB [(none)]>
      

      Attachments

        Activity

          People

            maxmether Max Mether
            allen.lee@mariadb.com Allen Lee (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 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.