🦔 PostHog provides open-source web & product analytics, session recording, feature flagging and A/B testing that you can self-host. Get started - free.
Batch export queries can introduce a lot of load to PostHog's ClickHouse cluster. We should ensure that if, for whatever reason, batch exports fails during execution of a ClickHouse query that we cancel that query in ClickHouse. We are passing a ClickHouse setting with our HTTP client, but it could be not sufficient and we may have to look into issuing individual KILL QUERY statements.
Batch export queries can introduce a lot of load to PostHog's ClickHouse cluster. We should ensure that if, for whatever reason, batch exports fails during execution of a ClickHouse query that we cancel that query in ClickHouse. We are passing a ClickHouse setting with our HTTP client, but it could be not sufficient and we may have to look into issuing individual
KILL QUERY
statements.