mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-21 21:09:49 +08:00
remove extra comments
This commit is contained in:
parent
2bd11cb7ad
commit
d9503fb0a2
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user