[MCOL-5471] missing feature for table size calculation for S3 storage Created: 2023-04-10  Updated: 2023-12-15

Status: Open
Project: MariaDB ColumnStore
Component/s: None
Affects Version/s: None
Fix Version/s: Icebox

Type: New Feature Priority: Minor
Reporter: Allen Lee (Inactive) Assignee: Max Mether
Resolution: Unresolved Votes: 0
Labels: None
Environment:

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)]>


Generated at Thu Feb 08 02:58:07 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.