Avatar of jking1234
jking1234

asked on 

MariaDB Columnstore

My MariaDB Columnstore database is currently running out of space, when I run the query
call columnstore_info.table_usage('converge', 'imp_view');
I get the following result:
TABLE_SCHEMA      TABLE_NAME             DATA_DISK_USAGE      DICT_DISK_USAGE      TOTAL_USAGE
converge             imp_view               62.73 GB                      533.72 GB                       596.45 GB

Is there a way that I can reduce the DICT_DISC_USAGE?
Databases

Avatar of undefined
Last Comment
ITSysTech

8/22/2022 - Mon