Feizhi Cai

Results 44 comments of Feizhi Cai

> Good news, I can establish connection by following configuration > > ``` > let database_url :&str ="mysql://root@sun:[email protected]:2801/test"; > ``` > > Bad news, I got SQL syntax error after...

Hi, @drharryhe are you able to connect to OB using the URL described in description @sunzhaoyang ? I suspect that having two 'at' symbols (@) in the connection string might...

obclient -h127.0.0.1 -P2881 -uroot -Doceanbase -A Welcome to the OceanBase. Commands end with ; or \g. Your OceanBase connection id is 3221489155 Server version: OceanBase_CE 4.2.2.0 (r100010012024022719-c984fe7cb7a4cef85a40323a0d073f0c9b7b8235) (Built Feb 27...

There are two issues: 1. 'set names' cannot be set together with regular variables, which will be resolved in 4.2.1 bp5; 2. The other issue is that 'set' does not...

Organization: Trip.com Group Location: China Contact Information: Business Scenario: Online business system, achieving high availability (RPO=0, RTO

Thank you for your suggestion. Currently, the code in OceanBase already supports PGO, and you can find the code at: https://github.com/oceanbase/oceanbase/blob/e4e09ecfb65d55d6225b080f6f2069159c94c1c7/cmake/Env.cmake#L55 You are welcome to provide any further optimization suggestions...

> 1\. Do you have the benchmark results of enabling FDO on OceanBase? I am interested in comparing Release vs Release + PGO OceanBase versions. So I will be able...

Thanks for suggestion! Using UUIDs to replace IPs, which presents a number of technical challenges because IP+port is extensively used as a globally unique identifier within OB (for example, in...

> Thanks for your reply, it is great to decouple the service ip and net device, we are happy to see the progress. So is there any anticipated release date...