We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58fea76 commit 1f22fe2Copy full SHA for 1f22fe2
doris/ddl.sql
@@ -7,5 +7,4 @@ CREATE TABLE bluesky (
7
`data` variant<'kind': string, 'commit.operation' : string, 'commit.collection' : string, 'did' : string, 'time_us' : bigint, properties("variant_max_subcolumns_count" = "1024")> NOT NULL
8
)
9
DUPLICATE KEY (kind, operation, collection, did)
10
-DISTRIBUTED BY HASH(collection, did) BUCKETS 32
11
PROPERTIES ("replication_num"="1");
0 commit comments