How partitions and disk space is managed in CS 1.5.x?

Are the following hidden stored procedures still in use?

call columnstore_info.total_usage(); call columnstore_info.table_usage(NULL, NULL); call columnstore_info.table_usage('my_schema', 'my_table'); call columnstore_info.compression_ratio();

I tried to run them on my 1.5.3 install bu I always get the following error: ERROR 2013 (HY000): Lost connection to MySQL server during query together with ERROR 2006 (HY000): MySQL server has gone away

Please advise. Best regards

Answer Answered by Ian Gilfillan in this comment.

I suggest reporting a bug.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.