From 3ac0af7868e219ff81926606302ee2925605fc44 Mon Sep 17 00:00:00 2001 From: Yang Wang Date: Thu, 16 Jan 2025 16:39:31 -0800 Subject: [PATCH] test --- clickhouse_db_schema/oss_ci_utilization/schema.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/clickhouse_db_schema/oss_ci_utilization/schema.sql b/clickhouse_db_schema/oss_ci_utilization/schema.sql index beb16bee2f..90ef6be36d 100644 --- a/clickhouse_db_schema/oss_ci_utilization/schema.sql +++ b/clickhouse_db_schema/oss_ci_utilization/schema.sql @@ -44,6 +44,7 @@ CREATE TABLE misc.oss_ci_time_series( `workflow_template_id` UInt64, `job_name` String, -- the data stored as raw json string. + -- Notice in clickhouse the length of string type is not limited. `json_data` String, -- The raw records on S3, this is populated by the s3 replicator `_meta` Tuple(bucket String, key String),