Download the PHP package tangwei/doris without Composer
On this page you can find all versions of the php package tangwei/doris. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tangwei/doris
More information about tangwei/doris
Files in tangwei/doris
Download tangwei/doris
More information about tangwei/doris
Files in tangwei/doris
Vendor tangwei
Package doris
Short Description A doris Stream Load for php.
License MIT
Package doris
Short Description A doris Stream Load for php.
License MIT
Keywords dorisstream load
Please rate this library. Is it a good library?
Informations about the package doris
PHP Doris
English
doris通过极少量数据(5 分钟一次)时可以使用 INSERT 写入数据, 吞吐较高时推荐使用 Stream Load 通过 HTTP 写入数据
Stream Load
安装
使用
快速使用
获取streamLoad对象
通过.env文件配置,获取streamLoad对象
内存模式
提交大量数据时,可以设置constMemory为true,减少内存占用
设置Header参数
可以通过setHeader方法设置参数,参考官方文档Header参数
异步模式
通过文件提交数据
本地有cvs文件,可以通过文件直接导入上传
hyperf 框架使用
底层自动判断协程环境,无需额外处理
性能测试
| 文件格式 | 数据量 | constMemory | 耗时(s) | 内存大小(MB) |
|---|---|---|---|---|
| json | 100万 | fales | 1.93 | 48.58 |
| json | 100万 | true | 7.59 | 1.21 |
| cvs | 100万 | fales | 1.62 | 22.83 |
| cvs | 100万 | true | 7.52 | 1.21 |
All versions of doris with dependencies
PHP Build Version
Package Version
The package tangwei/doris contains the following files
Loading the files please wait ...