remove extra comments

This commit is contained in:
Bilal Godil 2026-03-23 09:23:20 -07:00
parent 2bd11cb7ad
commit d9503fb0a2

View File

@ -1433,10 +1433,6 @@ async function syncClickhouseMapping(
}
const clickhouseTableName = `analytics_internal.${mapping.targetTable}`;
// Skip ensureClickhouseSchema — we only sync to our own internal ClickHouse
// where tables are already created. CREATE TABLE IF NOT EXISTS is always a
// no-op but costs a slow DDL round trip per mapping per sync invocation.
let lastSequenceId = await getClickhouseLastSyncedSequenceId(client, tenancyId, mappingId);
const BATCH_LIMIT = 1000;