Hi,
It seems that currently rpc compression api in client and session module is not provided. So there's no way for a user to connect to the server with TCompactProtocol. I added an argument "-c" in client. When it occurs in the argument list, it means that the rpc compression on the client side should be enabled. It actually changes the Config class in jdbc package. I also added a public method "void open(boolean enableRPCCompression)" in Session class. PR link: https://github.com/apache/incubator-iotdb/pull/930 Best, -------------------- Yuyuan KANG School of Software, Tsinghua University
