Limit the optimizer mdcache default size to 16MB.

Based on the experiments with tpch and tpcds, we found that 16MB would
be the optimal size of mdcache.
[#96490982].
上级 b3abb1b7
......@@ -4516,7 +4516,7 @@ struct config_int ConfigureNamesInt_gp[] =
GUC_UNIT_KB | GUC_GPDB_ADDOPT
},
&optimizer_mdcache_size,
0, 0, INT_MAX, NULL, NULL
16384, 0, INT_MAX, NULL, NULL
},
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册