未验证 提交 b81d4501 编写于 作者: C Chris Hajas 提交者: GitHub

Enable optimizer_use_gpdb_allocators guc by default (#8771)

This guc makes ORCA use gpdb allocators. This allows for faster
optimization due to less overhead, reduced memory during optimization
due to smaller/fewer headers, and makes ORCA observe vmem limits instead
of crashing.
Authored-by: NChris Hajas <chajas@pivotal.io>
上级 c6355348
......@@ -2799,7 +2799,7 @@ struct config_bool ConfigureNamesBool_gp[] =
GUC_NO_SHOW_ALL | GUC_NOT_IN_SAMPLE
},
&optimizer_use_gpdb_allocators,
false,
true,
NULL, NULL, NULL
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册