matrixorigin / matrixorigin/matrixone

[Bug]: sharding extensibility doesn't work.

Open
#19,052 25 comments 0 reactions 1 assignee Claimed by @ck89119 View on GitHub
area/partition deferred kind/bug
Dominant language
Go
Stars
1.9k
Forks
311
Avg merge
1d 3h
Merged PRs (30d)
768

Description

### Is there an existing issue for the same bug?

- [X] I have checked the existing issues.

### Branch Name

zhangxu19830126

### Commit ID

0dd4e4c28

### Other Environment Information

```Markdown
- Hardware parameters:
- OS type:
- Others:
```

### Actual Behavior

image

### Expected Behavior

_No response_

### Steps to Reproduce

```Markdown
修改环境启动配置cn副本为1,tke环境启动mo集群,sysbench 10w(10个分区) update测试,观察tps:

git clone https://github.com/matrixorigin/matrixone.git
cd mo-sysbench

(1)sysbench --mysql-host=172.16.108.201 --mysql-port=6001 --mysql-user=dump --mysql-password=111 oltp_update_index.lua --mysql-db=sysbench_db --tables=1 --table_size=100000 --threads=100 --time=30 --report-interval=10 cleanup

(2)创建分区表:
sysbench --mysql-host=172.16.108.201 --mysql-port=6001 --mysql-user=dump --mysql-password=111 oltp_update_index.lua --mysql-db=sysbench_db --tables=1 --table_size=100000 --threads=100 --time=30 --report-interval=10 prepare

(3)执行测试60s:
sysbench --mysql-host=172.16.108.201 --mysql-port=6001 --mysql-user=dump --mysql-password=111 oltp_update_index.lua --mysql-db=sysbench_db --tables=1 --table_size=100000 --threads=100 --time=60 --report-interval=10 --range_selects=off --point_selects=1 run

修改环境启动配置cn副本为2,(3)中--threads参数修改为200,启动测试60s
修改环境启动配置cn副本为3,(3)中--threads参数修改为300,启动测试60s
修改环境启动配置cn副本为4,(3)中--threads参数修改为400,启动测试60s
```

### Additional information

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.