Skip to content

Commit

Permalink
[Chore] fix ci.sql (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
IHEII authored Apr 10, 2024
1 parent 4e9e244 commit 93c815d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/test/resources/ci.sql
Original file line number Diff line number Diff line change
Expand Up @@ -498,4 +498,13 @@ CREATE TABLE `test$family_group` (
PRIMARY KEY (`K`, `Q`, `T`)
) TABLEGROUP = test;

CREATE TABLEGROUP test2 SHARDING = 'ADAPTIVE';
CREATE TABLE `test2$family1` (
`K` varbinary(1024) NOT NULL,
`Q` varbinary(256) NOT NULL,
`T` bigint(20) NOT NULL,
`V` varbinary(1024) DEFAULT NULL,
PRIMARY KEY (`K`, `Q`, `T`)
) TABLEGROUP = test2;

alter system set kv_hotkey_throttle_threshold = 50;

0 comments on commit 93c815d

Please sign in to comment.