Jack

Results 12 issues of Jack

图片下载在哪里?

您好 这个瀑布流中图片 和图片信息的加载代码在哪个类中?

Hi, could you please provide more example to show me how can I use monkey C api. I try to compile hello.c, I get an error: Building the examples. The...

I use netctl to create a subnet cmd: netctl net create -t cisco -n data -e vlan -p 120 -s 192.168.11.0/24 -g 192.168.11.1 cisco but i found pods on differnt...

### What is changed and how it works? What's Changed: - add standard sharding config

size/M
pisa-proxy
sharding

## Development Task Our goal is to support simple sharding features as follows: 1. Key-based table sharding feature. 2. horizontal sharding strategy. - query planner - SQL rewrit - SQL...

app:pisa-proxy
in:strategy

Hi, ```sql select * from student t1 left join class t2 on t1.sid = t2.sid left join use t3 on t2.id = t3.id ``` can be parsed successed. ```sql select...

环境是什么,怎么部署测试?

## Development Task refrence issue: #257 # Description In Pisanix v0.3.0 Pisanix will supports sharding.Pisa-Proxy should implement query planner. Query planner works on strategy phase.After SQL parsing, query planner will...

app:pisa-proxy
in:strategy
in:sharding