Skip to content

Commit

Permalink
Update 2.25_flow_control.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yanhuqing666 authored Mar 5, 2021
1 parent 0db45b6 commit 8d1cbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2.Function/2.25_flow_control.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## 背景
在之前的dble版本中,当进行大文件load以及大结果集查询的过程中,都有可能由于数据的发送不及时造成数据在dble内存中堆积,当条件足够的时候甚至有可能造成dble服务的OOM,进而影响服务的稳定运行
在本版2.20.04中由社区开发者@ssxlulu提供了对于这部分流量控制的实现,通过连接级别的写队列长度,进行数据加载/获取的负反馈调节,从而实现在数据load和大结果集查询过程中的内存使用情况稳定。
具体的issue详情请见 ![issue详情](https://github.com/actiontech/dble/issues/1753)
具体的issue详情请见 [#1753](https://github.com/actiontech/dble/issues/1753)

## 原理

Expand Down

0 comments on commit 8d1cbdf

Please sign in to comment.