releases.shpreview
ClickHouse

ClickHouse

$npx @buildinternet/releases get clickhouse

pg_re2 extension brings RE2 regex to Postgres; 1.8–8.6x faster

This release1 featureNew capabilitiesAI-tallied from the release notes

ClickHouse released pg_re2, a Postgres extension that replaces POSIX regex with RE2-powered functions, delivering 1.8× to 8.6× performance gains on regex operations and 1.1× to 1.8× speedup on indexed queries. The extension also solves syntax incompatibilities between Postgres POSIX regex and ClickHouse RE2, enabling correct pushdown of regex expressions in the pg_clickhouse foreign data wrapper.

Read more →

ClickHouse describes why Postgres and ClickHouse are becoming the default combination for AI applications, which demand real-time transactions and analytics on massive data volumes. The post covers AI's data-growth demands, the collapse of traditional OLTP/OLAP boundaries, and ClickHouse's investments in tools like PeerDB/ClickPipes for CDC, pg_clickhouse for cross-database querying, and pg_stat_ch for observability.

Read more →

Article explores how chDB (ClickHouse embedded) can serve as a local data engine for AI agents, reducing latency and instability from network calls by embedding a full query engine in the agent process. Covers three use cases: agent memory using append-only MergeTree with vector search, chDB as a federation hub, and token/cost savings from eliminating network failures and retry loops.

Read more →

ClickStack generates dashboards and investigative workflows from prompts

This release2 featuresNew capabilitiesAI-tallied from the release notes

ClickStack now generates dashboards and connected investigative workflows from natural language prompts using an AI Notebook that explores telemetry, validates assumptions, and explains its reasoning. The same MCP toolchain powers both ClickStack's built-in AI agent and external agents like Claude, Cursor, and Codex, allowing teams to create and refine dashboards through their preferred tools.

Read more →