leonardBang commented on a change in pull request #11909:
URL: https://github.com/apache/flink/pull/11909#discussion_r415465664
##########
File path: docs/dev/table/config.zh.md
##########
@@ -22,29 +22,22 @@ specific language governing permissions and limitations
under the License.
-->
-By default, the Table & SQL API is preconfigured for producing accurate
results with acceptable
-performance.
+默认情况下,Table & SQL API 已经预先配置为在产生准确结果的同时性能也可接受。
-Depending on the requirements of a table program, it might be necessary to
adjust
-certain parameters for optimization. For example, unbounded streaming programs
may need to ensure
-that the required state size is capped (see [streaming
concepts](./streaming/query_configuration.html)).
+根据 Table 程序的要求,可能需要调整特定的参数用于优化。例如,无界流程序可能需要保证所需的状态大小是有上限的(请参阅
[流式概念](./streaming/query_configuration.html)).
Review comment:
> 根据 Table 程序的要求,可能需要调整特定的参数用于优化。例如,无界流程序可能需要保证所需的状态大小是有上限的
根据 Table 程序的需求,可能需要调整特定的参数用于优化。例如,无界流程序可能需要保证所需的状态是有限的
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]