Skip to content

demo days, 29/05/2026#6357

Merged
gingerwizard merged 1 commit into
mainfrom
demo_days_29_05
Jun 8, 2026
Merged

demo days, 29/05/2026#6357
gingerwizard merged 1 commit into
mainfrom
demo_days_29_05

Conversation

@gingerwizard

@gingerwizard gingerwizard commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator

Summary

usual demo days format

Checklist


Note

Low Risk
Documentation-only addition with no application or infrastructure code changes.

Overview
Adds a ClickStack demo days doc page for 2026-05-29 at docs/use-cases/observability/clickstack/demo-days/2026/clickstack-new-features-29-05-2026.md, using the same front matter pattern as other 2026 demo-day entries (slug, sidebar_position: -20260529, etc.).

The page summarizes seven demos with embedded YouTube iframes and links to related HyperDX PRs: version-aware direct_read / schema filtering, log-parser severity inference fix, MCP server updates, unified chart color palette, PageHeader/PageLayout rollout, datasource selector and series color picking, and dashboard table row hover hints.

Reviewed by Cursor Bugbot for commit 87673a6. Bugbot is set up for automated code reviews on this repo. Configure here.

@gingerwizard gingerwizard requested a review from a team as a code owner June 8, 2026 15:24
@vercel

vercel Bot commented Jun 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clickhouse-docs Ready Ready Preview, Comment Jun 8, 2026 3:37pm
clickhouse-docs-jp Building Building Preview, Comment Jun 8, 2026 3:37pm
3 Skipped Deployments
Project Deployment Actions Updated (UTC)
clickhouse-docs-ko Ignored Ignored Preview Jun 8, 2026 3:37pm
clickhouse-docs-ru Ignored Ignored Preview Jun 8, 2026 3:37pm
clickhouse-docs-zh Ignored Ignored Preview Jun 8, 2026 3:37pm

Request Review

@gingerwizard gingerwizard requested a review from dhtclk June 8, 2026 15:24

ClickStack now applies the direct_read optimization only on ClickHouse versions 26.2 and above, where the full-text search index properly supports the alias columns added to open-source schemas. Previously the optimization could be attempted on older versions where it wouldn't work correctly. The version check happens at query time by inspecting the schema, and the alias columns themselves are now included in the open-source schemas by default.

Also shown: work in progress on replacing the autocomplete materialized view with direct queries against the text index. Right now both do overlapping work, adding ingest pressure. If benchmarks confirm the text index queries hold up performance-wise, the materialized view can be simplified or removed. Aarron also fielded questions from the team about how positional encoding in future ClickHouse text index versions might make key-value filter lookups even more accurate.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Also shown: work in progress on replacing the autocomplete materialized view with direct queries against the text index. Right now both do overlapping work, adding ingest pressure. If benchmarks confirm the text index queries hold up performance-wise, the materialized view can be simplified or removed. Aarron also fielded questions from the team about how positional encoding in future ClickHouse text index versions might make key-value filter lookups even more accurate.
Also shown: work in progress on replacing the autocomplete materialized view with direct queries against the text index. Right now both do overlapping work, adding ingest pressure. If benchmarks confirm the text index queries hold up performance-wise, the materialized view can be simplified or removed. Aaron also fielded questions from the team about how positional encoding in future ClickHouse text index versions might make key-value filter lookups even more accurate.

@gingerwizard gingerwizard merged commit d730652 into main Jun 8, 2026
19 checks passed
@mintlify

mintlify Bot commented Jun 8, 2026

Copy link
Copy Markdown

Docs PR opened: ClickHouse/mintlify-docs-dev#138

Added a new ClickStack demo days page for 2026-05-29 covering seven feature demos and linked it in navigation.

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.

3 participants