dennis zhuang
dennis zhuang
### Your question Maybe we can implement a etcd-compatible service based on jraft/rheakv, but suports multi raft group, then maybe we can archive high throughoutput. ### Your scenes Just an...
Current implementation is too ugly, should be refactored.
**Is your feature request related to a problem? Please describe.** I want to implement the protocol in HTTP pipeline semantic, just like https://github.com/spinscale/netty4-http-pipelining/blob/master/src/main/java/de/spinscale/netty/http/pipelining/HttpPipeliningHandler.java But there is no way to add...
我们现在数据导出的文件,单个文件可能超过 20M,导致用户要导入的时候,无法导入,我们是否可以在命令行提供一个命令,来协助用户拆分这个文件。导出的文件格式都是: ``` { "results": [ json对象1, json对象2, .....按行显示的对象列表... ]} ``` 参考(linux only) ``` #!/bin/bash if [ "$#" -ne 1 ] || ! [ -f "$1" ]; then echo "Usage:...
### What type of enhancement is this? Configuration ### What does the enhancement do? Right now the datanode listens on `127.0.0.1:3306` for MySQL connections, it may conflict with the user's...
We have to implement `show create table [TABLE]` and `desc [TABLE]` to show the table structure. - [ ] Support show create table #535 - [ ] Support desc table...