From 4abce8055be9084a932282819e89f416e498d5d2 Mon Sep 17 00:00:00 2001 From: OpenTelekomCloud Proposal Bot Date: Thu, 12 Jan 2023 17:24:55 +0000 Subject: [PATCH] Update content --- .../using_hive/hive_performance_tuning/optimizing_join.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/component-operation-guide/source/using_hive/hive_performance_tuning/optimizing_join.rst b/doc/component-operation-guide/source/using_hive/hive_performance_tuning/optimizing_join.rst index 152aac5..ffa4fe1 100644 --- a/doc/component-operation-guide/source/using_hive/hive_performance_tuning/optimizing_join.rst +++ b/doc/component-operation-guide/source/using_hive/hive_performance_tuning/optimizing_join.rst @@ -23,7 +23,7 @@ Hive Map Join applies to small tables (the table size is less than 25 MB) that c Map Join has two methods: -- Use ``/``\ ``*+``\ ``MAPJOIN(join_table) */``. +- Use ``/*+ MAPJOIN(join_table) */``. - Set the following parameter before running the statement. The default value is true in the current version.