diff --git a/packages/services/usage-ingestor/src/writer.ts b/packages/services/usage-ingestor/src/writer.ts index 53811ba19..4fa286713 100644 --- a/packages/services/usage-ingestor/src/writer.ts +++ b/packages/services/usage-ingestor/src/writer.ts @@ -147,6 +147,9 @@ async function writeCsv( body, searchParams: { query, + async_insert: 1, + wait_for_async_insert: 0, + async_insert_max_data_size: 2_000_000, }, username: config.username, password: config.password,