demo days, 29/05/2026#6357
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
dhtclk
approved these changes
Jun 8, 2026
knudtty
reviewed
Jun 8, 2026
|
|
||
| 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. |
Contributor
There was a problem hiding this comment.
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. |
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.