Skip to content

Polars reports numbers without result serialization #1397

Description

@vogelsgesang

Afaik, Clickbench requires times to include the transfer of the results back to the clients.
From https://github.com/ClickHouse/ClickBench#output-suppression:

As an end-to-end benchmark, ClickBench submissions should measure back-to-back runtimes, i.e. the combined time

  1. to send a query from the client (e.g. a native client tool, HTTP, etc.),
  2. process the query on the server, and
  3. send the query results back to the client.

Afaict, polars benchmark scripts only includes the query processing in its timings, though.

Is that fine?

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