Skip to content

Commit 2a011d1

Browse files
authored
Update README_CN.md
update
1 parent 7ca4eae commit 2a011d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ name_4 2019.01.05 5
416416
name_5 2019.01.06 31
417417
...
418418
```
419-
### 6.1 上传压缩后的表对象
419+
### 6.2 上传压缩后的表对象
420420
自 1.30.19 版本开始,C++ API 支持通过 `setColumnCompressMethods` 方法,对表数据压缩后上传,以减少网络传输的开销。`setColumnCompressMethods` 方法可以灵活的为表中每列数据分别指定不同的压缩方式。目前支持 lz4 和 delta 两种压缩算法,但 delta 算法仅可用于 SHORT, INT, LONG 与时间或日期类型数据。
421421
在网络速度较慢的情况下,推荐对表数据进行压缩。使用方法如下:
422422
1. 创建 DBConnection 对象时,需指定 compress=true 以开启压缩下载功能。
@@ -1677,4 +1677,4 @@ export LD_LIBRARY_PATH=/newssl/lib
16771677
1. 编译时出现报错 "undefined reference to 'uuid_generate'"。
16781678

16791679
**原因:** 未安装libuuid-devel库或者未添加```-luuid```参数。
1680-
**解决办法:** 通过命令 ```yum install libuuid-devel``` 安装libuuid-devel库,或者在引用它的模块后添加 ```-luuid```参数。
1680+
**解决办法:** 通过命令 ```yum install libuuid-devel``` 安装libuuid-devel库,或者在引用它的模块后添加 ```-luuid```参数。

0 commit comments

Comments
 (0)