vscode-database-client
vscode-database-client copied to clipboard
[BUG] maxContentLength size of Infinity exceeded
- Database type and version: using clickhouse database to run create table and I get maxContentLength size of Infinity exceeded
CREATE TABLE IF NOT EXISTS data ON CLUSTER production_cluster ( date DateTime DEFAULT now(), interval DateTime, domain String, page_url String, memory_usedJSHeapSize AggregateFunction (avg, UInt32), memory_totalJSHeapSize AggregateFunction (avg, UInt32), webVitals_LCP AggregateFunction (avg, Float32), webVitals_FCP AggregateFunction (avg, Float32), webVitals_CLS AggregateFunction (avg, Float32), webVitals_TTFB AggregateFunction (avg, Float32) ) ENGINE = ReplicatedAggregatingMergeTree ( '/clickhouse/tables/01/ui_metric_today', '{replica}' );