information_schema.tables.data_length

mysql

type: BIGINT NULL
5.7-8

mariadb

type: NULL
Note:
For InnoDB/XtraDB, the index size, in pages, multiplied by the page size. For Aria and MyISAM, length of the data file, in bytes. For MEMORY, the approximate allocated memory.
© 2022 MariaDB
5.1-10.8

tidb

type: BIGINT(21) NULL
Note:
Data length. DATA_LENGTH = TABLE_ROWS * the sum of storage lengths of the columns in the tuple. The replicas of TiKV are not taken into account.
© 2022 PingCAP
4-6.1

postgres

cockroachdb

mssql