|
|
@ -13,10 +13,8 @@ export const client = createClient({
|
|
|
|
password: CLICKHOUSE_PASSWORD,
|
|
|
|
password: CLICKHOUSE_PASSWORD,
|
|
|
|
clickhouse_settings: {
|
|
|
|
clickhouse_settings: {
|
|
|
|
async_insert: 1,
|
|
|
|
async_insert: 1,
|
|
|
|
output_format_json_quote_32bit_integers: 0,
|
|
|
|
|
|
|
|
output_format_json_quote_64bit_integers: 0,
|
|
|
|
output_format_json_quote_64bit_integers: 0,
|
|
|
|
output_format_json_quote_64bit_floats: 0,
|
|
|
|
output_format_json_quote_64bit_floats: 0,
|
|
|
|
output_format_json_quote_32bit_floats: 0,
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|