vmware-archive / sre-test

Greenplum - Open Source SRE test project.
2 stars 0 forks source link

Incorrect/Incomplete statement #152

Closed bala-cg closed 3 years ago

bala-cg commented 3 years ago

Page No: 1071

Issue: Incorrect/Incomplete statement

Correct statement: each query will be allocated 100MB*(no of segments) present in the segment host.

Given in Doc: Create a resource queue with an active query limit of 20 and a total memory limit of 2000MB (each query will be allocated 100MB of segment host memory at execution time): CREATE RESOURCE QUEUE myqueue WITH (ACTIVE_STATEMENTS=20, MEMORY_LIMIT='2000MB');

fifthposition commented 3 years ago

Docs story created.