fix code block formatting
Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/commit/015cf584 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/015cf584 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/015cf584 Branch: refs/heads/develop Commit: 015cf584932aeff1e298c2f800e7bdfc5d7d6637 Parents: 73526e7 Author: Lisa Owen <[email protected]> Authored: Tue Nov 1 12:49:50 2016 -0700 Committer: Lisa Owen <[email protected]> Committed: Tue Nov 1 12:49:50 2016 -0700 ---------------------------------------------------------------------- bestpractices/querying_data_bestpractices.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/015cf584/bestpractices/querying_data_bestpractices.html.md.erb ---------------------------------------------------------------------- diff --git a/bestpractices/querying_data_bestpractices.html.md.erb b/bestpractices/querying_data_bestpractices.html.md.erb index 15fecfe..d805406 100644 --- a/bestpractices/querying_data_bestpractices.html.md.erb +++ b/bestpractices/querying_data_bestpractices.html.md.erb @@ -24,6 +24,6 @@ If a query performs poorly, examine its query plan and ask the following questio The *work\_mem* property is not configurable. Use resource queues to manage memory use. For more information on resource queues, see [Configuring Resource Management](../resourcemgmt/ConfigureResourceManagement.html) and [Working with Hierarchical Resource Queues](../resourcemgmt/ResourceQueues.html). - The "bytes wanted" message from `EXPLAIN ANALYZE` is based on the amount of data written to work files and is not exact. The minimum `work_mem` needed can differ from the suggested value. + The "bytes wanted" message from `EXPLAIN ANALYZE` is based on the amount of data written to work files and is not exact. The minimum `work_mem` needed can differ from the suggested value.
