Teach.Wang

Results 3 issues of Teach.Wang

`case TypeAst::Enum` in `CreateColumnFromAst ` has bug when `ast.elements.size() ==1`

The `void ColumnString::Append(ColumnRef column)` also has memory copy BTW , In my scenario, the given column data (huge) will be no useful after calling this interface. Here is a complicated...

enhancement
priority-low

sdk貌似不支持 keepalive 然后我修改sdk源码后,强行在header中加入 Connection - keepalive 一次http 请求后,服务端 无视keepalive,依然关闭连接。 1、http协议的 keepalive 怎么设置,才能有效?因为我需要对 大量的key进行读取数据 2、请问有基于tcp协议的sdk吗? 3、假如一个key的数据很大,我看现在的处理是 写到文件,能设置回调分段处理吗(我拿到一部分就转发走)