Loading…
What's new in ClickStack. February '26.
The ClickStack Team
- Source
- Clickhouse
- Published
- Added to Yomu
Summary
ClickStack introduced several platform updates and query performance enhancements across both open-source and Cloud environments for February 2026. ClickHouse Cloud OpenAPI now exposes ClickStack resources including dashboards, alerts, sources, and webhooks to support automated configuration-as-code workflows. In addition, ClickHouse 26.2 embeds the ClickStack UI directly into the database binary with a 4.1 MB footprint for local exploration and diagnostics. Visualizations now support native SQL mode for tables, allowing users to join disparate datasets like logs and traces across injected dynamic time variables. Finally, query execution speeds improve through streaming skip indexes, index pruning on disjunctions, and an expanded 100,000-row lazy materialization limit alongside new threshold alerting on number charts.
Context
Observability workflows require automated configuration-as-code options, native analytical querying across disparate data sources, and low-latency query performance on large datasets without heavy setup overhead.
Approach / What changed
ClickStack added Cloud OpenAPI support for dashboards and alerts, embedded the UI directly into ClickHouse 26.2 binaries, enabled native SQL table querying, implemented skip index pruning on disjunctions and streaming reads, increased the lazy materialization limit, and introduced threshold alerts on number charts.
Takeaways
- ClickHouse 26.2 packages the ClickStack UI directly inside the ClickHouse binary with an additional 4.1 MB footprint, accessible locally at http://localhost:8123/clickstack.
- Table visualizations now include a SQL mode that supports querying across multiple data sources, complex joins between logs and traces, and dynamic time window variable injection.
- ClickStack raised the query_plan_max_limit_for_lazy_materialization threshold to 100,000 rows to defer column reads and optimize I/O on large log and trace result sets.