Skip to content

Commit 4bb26f6

Browse files
committed
Switch to non-partitioned
1 parent dead208 commit 4bb26f6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

starrocks/ddl.sql

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ CREATE TABLE bluesky (
88
get_json_string(data, 'commit.collection'),
99
get_json_string(data, 'did')
1010
)
11-
)
12-
DISTRIBUTED BY HASH(sort_key) BUCKETS 128
13-
ORDER BY (sort_key);
11+
)
12+
ORDER BY (sort_key);

starrocks/results/m6i.8xlarge_bluesky_1000m.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
[8.93,8.70,20.44],
33
[2.05,2.03,29.45],
44
[3.25,1.76,21.13],
5-
[7.16,4.21,
5+
[7.16,4.21, null]

0 commit comments

Comments
 (0)