From 938d10e014c82639fc908e0f3866c9cb680f0798 Mon Sep 17 00:00:00 2001 From: OpenTelekomCloud Proposal Bot Date: Thu, 12 Jan 2023 16:06:24 +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 ffa4fe1..c35da8c 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.