remove async insert

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-11-05 11:30:26 +01:00
parent 212254d31a
commit 70682c218f
2 changed files with 0 additions and 2 deletions

View File

@@ -11,7 +11,6 @@ import {
import { ch } from '../clickhouse/client';
const clickhouseSettings = {
async_insert: 1,
http_headers_progress_interval_ms: '50000',
input_format_parallel_parsing: 1,
max_execution_time: 300,

View File

@@ -135,7 +135,6 @@ export const ch = new Proxy(originalCh, {
withRetry(() => {
args[0].clickhouse_settings = {
// Allow bigger HTTP payloads/time to stream rows
async_insert: 1,
wait_for_async_insert: 1,
// Increase insert timeouts and buffer sizes for large batches
max_execution_time: 300,