Skip to content

feat(asap-tools): Separate ClickHouse ingest and query CPU/memory monitoring in experiment_run_clickhouse #521

Description

@akanksha-akkihal

Summary

Baseline ClickHouse experiments do not cleanly separate resource usage by phase: monitoring typically wraps only the query client, so **bulk ingest CPU/memory is missing **. For fair comparison against SketchDB, we need distinct monitoring for:

  1. Bulk ingest (JSON load into ClickHouse)
  2. Query (client workload against ClickHouse)

SketchDB already gets a continuous precompute+query monitor with per-thread attribution. Baseline should expose a comparable ingest-only signal via a dedicated monitor output.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions