Skip to content

Remove the "Parquet" tag from all results - #1231

Open
alexey-milovidov wants to merge 2 commits into
mainfrom
remove-parquet-tag
Open

Remove the "Parquet" tag from all results#1231
alexey-milovidov wants to merge 2 commits into
mainfrom
remove-parquet-tag

Conversation

@alexey-milovidov

Copy link
Copy Markdown
Member

Systems should not have a "Parquet" label: https://benchmark.clickhouse.com/#system=-&type=+Pu&machine=-6t|ca2|6ax|g4e|6ale|3al&cluster_size=-&opensource=+s&hardware=+c&tuned=+n&metric=combined&queries=-

Infino turned out to be the only system in the whole repo carrying a "Parquet" tag, which is why it sat alone under that type filter. Storage format is already expressed in the system name (DuckDB (Parquet, single), Trino (Parquet, partitioned), …) rather than as a tag, so the label doesn't belong.

Changes

Dropped "Parquet" from tags in:

  • infino/template.json — so future runs don't reintroduce it
  • infino/results/20260729/c6a.4xlarge.json
  • infino/results/20260730/*.json (8 files, all machines)

Tags are now ["Rust", "column-oriented", "search"] throughout. data.generated.js regenerated with ./generate-results.sh.

Verification

  • ./generate-results.sh produced a diff of exactly 8 lines — the 8 live Infino records — confirming the committed website data was otherwise in sync.
  • python3 validate-results.py . → exit 0 over 32174 result files (965 active). The 9 warnings are pre-existing and unrelated (clickhouse-cloud short result rows, an old infobright outlier).
  • No tags array anywhere in the repo contains "Parquet" any more.

Deliberately left alone

  • System names like DuckDB (Parquet, single) — that's system identity, not the label in question.
  • Prose and code: infino/README.md describing the superfile storage format, infino/bench/src/main.rs Rust imports, and the root README.md note about the dataset being published in Parquet.

There is also an "Iceberg" tag in use by the datalake systems — arguably the same category of thing, but out of scope here. Happy to follow up if it should go too.

🤖 Generated with Claude Code

Infino was the only system carrying a "Parquet" tag, which made it the
lone entry under that type filter. Storage format is expressed in the
system name (e.g. "DuckDB (Parquet, single)"), not as a tag, so the
label does not belong here.

Removed from infino/template.json and all 9 historical result files,
and regenerated data.generated.js.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@alexey-milovidov
alexey-milovidov deployed to benchmark-approval August 5, 2026 20:29 — with GitHub Actions Active
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Results for infino are ready for: c6a.4xlarge.
The result files are committed as 8e9c454.

Logs:

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant