mysql> SHOW TABLE STATUS LIKE 'Raw_cdr'; +---------+------------+---------+------------+---------+----------------+-------------+-----------------+--------------+-----------+----------------+-------------+-------------+------------+-------------------+----------+----------------+---------+ | Name | Engine | Version | Row_format | Rows | Avg_row_length | Data_length | Max_data_length | Index_length | Data_free | Auto_increment | Create_time | Update_time | Check_time | Collation | Checksum | Create_options | Comment | +---------+------------+---------+------------+---------+----------------+-------------+-----------------+--------------+-----------+----------------+-------------+-------------+------------+-------------------+----------+----------------+---------+ | Raw_cdr | ndbcluster | 10 | Dynamic | 8651679 | 56 | 1211629568 | 0 | 0 | 0 | 8651702 | NULL | NULL | NULL | latin1_swedish_ci | NULL | | | +---------+------------+---------+------------+---------+----------------+-------------+-----------------+--------------+-----------+----------------+-------------+-------------+------------+-------------------+----------+----------------+---------+ 1 row in set (0.04 sec)