vscode-database-client icon indicating copy to clipboard operation
vscode-database-client copied to clipboard

[BUG] maxContentLength size of Infinity exceeded

Open hamidpro opened this issue 4 months ago • 0 comments

  • 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}' );

hamidpro avatar Aug 18 '25 15:08 hamidpro