-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
*Issue migrated from trac ticket # 823 www.kunlunbase.com *
component: Testing | priority: major
2022-06-15 09:57:02: zhaowei@zettadb.com created the issue
- Read this first: https://www.percona.com/blog/2018/02/01/myrocks-engine-things-know-start/
- create a cluster with several shards, manually alter each table to use myrocks:
alter table t1 engine='myrocks';- DDL & DML operations, using tpcc and sysbench
- record QPS/TPS and latency and data compression ratio
- load massive(500GB) data using SQL stmts
- check binlog replication work correctly
- do cluster physical backup&restore
- do scale out