liujp

Results 14 comments of liujp

> do you mix rawkv and txnkv workload in a same cluster? No, the cluster is used for just RawKV workload. BTW: In client-c maybe I know the root cause...

> @liujp UDAF is not supported yet. 👌,

> @liujp The UDF support in Gluten is still under active development and is immature as for now. But seems like your use cases are very widely covered. Apart from...

> May be you can try use `Poco::Message` and try: > > ```c++ > Poco::Message message(module, msg, priority, fileName.c_str(), line); > message.setTid(Poco::Thread::currentOsTid()); > ``` > > The thread number is...

Is there any examples to guide the usage of sst-importer client in kvproto in https://github.com/pingcap/kvproto/blob/master/proto/import_sstpb.proto and the instruction of this repo