问题现象
创建表报错 Row size too large。
问题原因
OceanBase 数据库 V4.2.4 版本更改了 lob_inrow_threshold 的默认值 (从 4K 改为了 8K)。
适用版本
OceanBase 数据库 V4.2.5 BP1 版本。
解决方法
创建表时,可以显式指定下 lob_inrow_threshold。
create table (xxxx) lob_inrow_threshold=4096;
更新时间:2025-05-09 07:12
创建表报错 Row size too large。
OceanBase 数据库 V4.2.4 版本更改了 lob_inrow_threshold 的默认值 (从 4K 改为了 8K)。
OceanBase 数据库 V4.2.5 BP1 版本。
创建表时,可以显式指定下 lob_inrow_threshold。
create table (xxxx) lob_inrow_threshold=4096;