测试环境
【 OB
【 使用版本 】4.3.5.1
【问题描述】由于SQL会有大表的hash join,希望通过修改hash_area_size提高性能,但一直报语法错误。
obclient [SYS]> alter system set _hash_area_size = ‘64M’;
OBE-00900: You have an error in your SQL syntax; check the manual that corresponds to your OceanBase version for the right syntax to use near ‘_hash_area_size = ‘64M’’ at line 1
obclient [SYS]> alter system set _hash_area_size=‘67108864’;
OBE-00900: You have an error in your SQL syntax; check the manual that corresponds to your OceanBase version for the right syntax to use near ‘_hash_area_size=‘67108864’’ at line 1
obclient [SYS]> alter system set _hash_area_size=67108864;
OBE-00900: You have an error in your SQL syntax; check the manual that corresponds to your OceanBase version for the right syntax to use near ‘_hash_area_size=67108864’ at line 1
obclient [SYS]>
先修改了workarea_size_policy=‘manual’ 之后也不行。